"bela(a)jboss.com" wrote : (3) Another solution rather than shutting down is to
cease caching values and pass all requests directly on to the underlying DB. Of course,
this makes only sense if we *have* a DB, otherwise shutting down is probably our own
option
This would need to happen on all partitions, though, otherwise you have the problem of the
minor partitions updating the database, and the primary partition then reading stale data
from it's cache.
Ceasing caching on all partitions is a problem though, as it's not clear how the
primary partition distinguishes the cluster split from normal operation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079621#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...