]
Tristan Tarrant updated ISPN-6712:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Beta1
9.0.0.Final
Resolution: Done
JdbcStringStore doesn't notify entry expiration events
------------------------------------------------------
Key: ISPN-6712
URL:
https://issues.jboss.org/browse/ISPN-6712
Project: Infinispan
Issue Type: Enhancement
Components: Listeners, Loaders and Stores
Affects Versions: 9.0.0.Alpha2
Reporter: William Burns
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta1, 9.0.0.Final
The JdbcStringStore does a DELETE directly to the database on a purge. This limits our
ability to raise an event due to this expiration occurring. The JdbcBinaryStore does do
events and we may want to duplicate that code instead.