[jboss-user] [JBossCache] - Re: JBC 1.4.1SP replication problems

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Nov 13 12:41:20 EST 2007


"jorgemoralespou_2" wrote : Then, for another cache that we don`t persist, but we do evict. Should we configure a ClusteredCacheLoader?
  | 

Yes, probably a good idea.

"jorgemoralespou_2" wrote : 
  | Is eviction clustered node dependant? Is eviction in this case, the same as removing the node? Or by evicting the node, and having a ClusteredCacheLoader, we can have data in one node and not in the other, and vice versa, and is only retrieved in case it is searched for? In that case, if we have, for example, an LRUEvictionPolicy, this new data node, retrieved from the other cluster`s node, is put ahead in the eviction queue? Only in this cluster`s node, or in both? 

Evictions only happen on a single cache instance and don't care about what's going on in other cache instances in the cluster.

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

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



More information about the jboss-user mailing list