]
William Burns updated ISPN-8666:
--------------------------------
Git Pull Request:
Off Heap Data Container compute doesn't present expired entries
---------------------------------------------------------------
Key: ISPN-8666
URL:
https://issues.jboss.org/browse/ISPN-8666
Project: Infinispan
Issue Type: Bug
Components: Off Heap
Affects Versions: 9.2.0.Beta2, 9.1.4.Final
Reporter: William Burns
Fix For: 9.2.0.CR1, 9.1.5.Final
With ISPN-8500 we no longer return expired entries from the data container. This change
also affected compute method on the Data Container. The DataContainer method should always
present expired entries as stated in its documentation. This is causing issues with
notifications and others when an entry expires as it seems it was never there to begin
with.