"manik.surtani(a)jboss.com" wrote :
|
| I think one of the options around this was to proxy all local calls on A to, say, B so
they get serialized with incoming calls. And will then be allowed to complete along with
incoming calls.
Can you elaborate ? A makes a local put(/a/b/c), this translates to a remote put(/a/b/c)
on B ? A commits, this translates to a commit on B ?
What happens if A made a local put(1/2/3) *before* D requested a state transfer ? A hold a
write-lock on /1/2/3, even with MVCC...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135829#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...