[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
Thu Sep 13 14:21:44 EDT 2007
"galder.zamarreno at jboss.com" wrote : (1) Re: Merget state for Pojo. Callback seems most reasonable option here. Maybe we could instruct users to implement a method that looks like:
|
| void merge(Object o)
|
I think merging is nasty, no matter whichever way you slice it. Even if a call back is used, and even if time stamps are recorded, you still have clock sync issues, plus the problem where some nodes have used stale data as input to other transactions creating a GIGO situation when the partition heals.
There may be a few specific applications where merging may work, but I can't see how we can devise a generic solution around merging.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084135#4084135
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084135
More information about the jboss-dev-forums
mailing list