[jboss-dev-forums] [Design of JBossCache] - Re: Partitioning in JBoss Cache - JBCACHE-60

bstansberry@jboss.com do-not-reply at jboss.com
Fri Jul 6 12:51:23 EDT 2007


The regions as the unit of granularity for a PartitionGroup can be very helpful as well.

For example, one thing that could be useful would be picking separate PartitionGroup per session.  Effect of this is session copies for an "owner" are distributed around the cluster, rather than all on one or two nodes.  With that, the session mgmt layer can work with the load balancer to provide info about who the preferred failover target is, without having to worry that upon failure that target is going to have to take over the workload of 100% of the failed node's sessions.

(Note there's no need to have a "PartitionGroup per session".  You just have enough regions/PartitionGroups to adequately divide the failover load and then organize how the sessions are cached accordingly.)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061397#4061397

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061397



More information about the jboss-dev-forums mailing list