]
RH Bugzilla Integration commented on ISPN-3797:
-----------------------------------------------
dereed(a)redhat.com changed the Status of [bug
DataContainer should interact atomically with Persistence
---------------------------------------------------------
Key: ISPN-3797
URL:
https://issues.jboss.org/browse/ISPN-3797
Project: Infinispan
Issue Type: Enhancement
Components: Eviction, Loaders and Stores
Affects Versions: 6.0.0.Final, 5.2.10.Final
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 7.0.0.Alpha3, 7.0.0.Final, 5.2.11.Final
DataContainer should handle atomically all the interactions with the Persistence. This
includes all the eviction/passivation.
Main points:
* In DataContainer load/store will avoid any lose of data during concurrent operations
* Take advantage of CHMv8
* CacheLoader and Writer Interceptors are no longer needed.
Check the mailling list for more info.