]
Dan Berindei updated ISPN-11112:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Make expiration non blocking
----------------------------
Key: ISPN-11112
URL:
https://issues.redhat.com/browse/ISPN-11112
Project: Infinispan
Issue Type: Enhancement
Components: Expiration
Reporter: Will Burns
Assignee: Will Burns
Priority: Critical
Fix For: 10.1.1.Final, 11.0.0.Final
Expiration today is inherently blocking due to living in the DataContainer. We need to
move this elsewhere or refactor in such a way to let expiration be non blocking. Moving
this to be non blocking will most likely highlight many other bugs in expiration code as
our tests had no easy to do such things when everything was blocking (aka lots of random
failures).