13 Replies Latest reply on Jul 5, 2012 8:07 PM by galder.zamarreno

    "numOwners" field in infinispan distributed grid

    venkataratnamteki

      Hi,

       

      I am trying to configure cache cluster of 3 servers

      2 servers(Server1 and server2) will be distributed mode. and 3rd server should be a replica of Server1.

       

      I went through infinispan documentation, and found out this..

       

      <clustering mode="distribution">

        <hash numOwners="1">

      </clustering>

       

      Figured out that, numOwners is the number of Servers (on which the cache entries should be replicated..)

       

      But, how to mention the IP Address of the node which should be a replica of this node??

       

      Any pointer to the appropriate docuemnation would be helpful..

       

      Thanks,

      -Venkat