-
Bug
-
Resolution: Done
-
Major
-
None
-
None
We should be able to persist the last used sequence id when shutting down allowing us to not have to calculate it upon startup.
infinispan/core/src/main/java/org/infinispan/persistence/sifs/NonBlockingSoftIndexFileStore.java
Line 260 in 4f54d21
maxSeqId.set(index.getMaxSeqId()); |
We can make this optional in the index stats which should allow startup to happen much quicker.
- links to