This content has been marked as final.
Show 2 replies
-
1. Re: Is possible to mix different clustering mode for diffent named caches in on cache manager
dex chen Jun 12, 2012 5:34 PM (in response to dex chen)It looks like the cache manager thinks it is all in local mode, and does not really form the cluster when one of the cache set clustering mode = local.
But, it works if I set one of cache to clustering mode = invalidation and others to replication.
It seems a bug.
Anyone in known to confirm this.
-
2. Re: Is possible to mix different clustering mode for diffent named caches in on cache manager
dex chen Jun 12, 2012 7:44 PM (in response to dex chen)I found out the problem in my configuration. I did not remove the <async> after setting clustering mode to local. Infinispan is fine.