-
Bug
-
Resolution: Done
-
Major
-
None
-
None
StatefulTreeCache needs to always purge all state in its region (including passivated sessions stored by the cache loader) as part of initialize processing. It purges as part of stop() but that's inadequate, as stop() isn't called when a node crashes.
Effect here is if buddy replication is used and a crashed node is restarted, the buddy group tree state transfer doesn't override the old persistent state in the main tree. If a failover request then comes in for a session previously persisted in the main tree, instead of gravitating the data from the current owner the stale data is read from disk.
- relates to
-
JBPAPP-453 SFSB buddy replication failover- upon restart a failed node sees stale persisted SFSBs
- Closed