"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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
