[jboss-dev-forums] [Design of JBossCache] - Re: New state transfer in JBoss Cache
bela@jboss.com
do-not-reply at jboss.com
Wed Mar 12 03:19:03 EDT 2008
"manik.surtani at 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#4135829
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135829
More information about the jboss-dev-forums
mailing list