[jboss-user] [JBoss Cache: Core Edition] - Re: Data gravitation not work if you create two nodes with s
manik.surtani@jboss.com
do-not-reply at jboss.com
Fri Jan 2 10:05:29 EST 2009
Data gravitation takes place on a per-node level (and by node, I mean a node in the cache's tree structure such as /testRegion). Since both servers in your case (what you call NodeA and NodeB) are putting things in the same tree node in the cache (/testRegion) you have a problem.
Each server should use a different FQN such as /testRegion/ServerA and /testRegion/ServerB
Also, if you have only 2 servers, don't waste your time with buddy replication - you will find that total, synchronous replication is more efficient. The benefits of BR is only seen in larger clusters.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199232#4199232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199232
More information about the jboss-user
mailing list