-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
DataGrid Sprint #29
Persistence is one of the few remaining systems that are not non blocking. This needs to be remedied. We will eventually need to add an SPI that does this, but for now we need to offload the persistence operations to a different thread pool.
This should only require changes in the PersistenceManager to return non blocking methods (ie. return CompletionStage). We should then update references to use non blocking when possible.
- causes
-
ISPN-10300 StateConsumerImpl needs to wait for segment addition to complete for stores
- Closed
- is duplicated by
-
ISPN-10360 Expiration with stores should be non blocking
- Resolved
- is related to
-
ISPN-9723 Passivation and Activation needs to be non blocking
- Closed