1 Reply Latest reply on Mar 13, 2013 7:22 AM by dan.berindei

    Different cache cofiguration on node members?

    tomas11

      Hi

       

      Is there a possibility to have different cache configuration on different cluster members?

       

      Let's say we have 2 nodes.

       

      Node A has a cache called "testCache" with

           <clustering mode="distribution" >

                  <hash numOwners="1" />

                  <async />

              </clustering>

       

      Node B has a cache called "testCache" with

           <clustering mode="distribution" >

                  <hash numOwners="2" />

                  <async />

              </clustering>

       

      Basically on first node I set configuration for numOwners to 1 and on second one to 2 for same cache.

       

      I noticed some inconsistencies using different configurations. Is it bug?

      Is this valid set up or should configuration be same through cluster for same cache?

       

      Thanks