[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Handling cluster state when network partitions occur

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Dec 4 08:04:03 EST 2007


Decided to provide a policy based approach here. When we get a JGroups notification of a merge, provide plugins that allow for:

1) Evict entire cluster state (useful with Hibernate)
2) Evict cache state of the losing sub-cluster
3) Throw exception, stop cache (useful if we need to force some manual cleanup)
4) Perform merging of disjointed subtrees. (Maybe later - this "plugin" could be released in future)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110174#4110174

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110174



More information about the jboss-dev-forums mailing list