]
Tristan Tarrant updated ISPN-263:
---------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Dan Berindei (was: Mircea Markus)
Resolution: Done
Handle cluster partitions
-------------------------
Key: ISPN-263
URL:
https://issues.jboss.org/browse/ISPN-263
Project: Infinispan
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Core
Reporter: Manik Surtani
Assignee: Dan Berindei
Labels: MERGE, roadmap, split_brain
Fix For: 7.0.0.Beta1, 7.0.0.Final
JGroups already detects split brains and issues a callback. The cache layer needs to
decide what to do. The idea is to implement a few canned policies (restart, wipe, etc)
and allow custom handlers to be attached as well.
Analogous to JBCACHE-471