]
Radim Vansa commented on ISPN-5753:
-----------------------------------
Yes, it doesn't rely on any change in 8.x.
SIFS can reincarnate deleted entries during startup
---------------------------------------------------
Key: ISPN-5753
URL:
https://issues.jboss.org/browse/ISPN-5753
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 8.0.1.Final, 7.2.5.Final
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
Since we don't keep deleted entries in index, we can't see that an entry was
deleted (don't know it's last seqId) if files are read in unlucky order. Then we
could add the entry into the index even though it was deleted.