-
Bug
-
Resolution: Done
-
Major
-
7.2.2.Final
-
None
This was discovered at https://developer.jboss.org/message/932819?et=watches.email.thread
The else if branch when a TreeBin is in place is missing a check to make sure eviction removal is only done if the value is non null.
This line needs a
if (pv != null)
check around this line
- causes
-
MODE-2479 Upgrade to ISPN 7.2.3 or newer to avoid LIRS eviction bug
- Resolved