2 Replies Latest reply on Dec 7, 2015 7:07 AM by bohremsdaq

    repl cache only replicating to 2 nodes

    bohremsdaq

      I have setup a clustered wildfly server using mod_cluster. When I load the primary server and then the secondary server I get t

       

      [org.infinispan.CLUSTER] (remote-thread--p6-t1) ISPN000310: Starting cluster-wide rebalance for cache repl, topology CacheTopology{id=1, rebalanceId=1, currentCH=ReplicatedConsistentHash{ns = 60, owners = (1)[master:primary4i: 60]}, pendingCH=ReplicatedConsistentHash{ns = 60, owners = (2)[master:primary4i: 30, slave:slave4i: 30]}, unionCH=null, actualMembers=[master:primary4i, slave:slave4i]}
      2015-11-27 16:37:43,435 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t3) ISPN000310: Starting cluster-wide rebalance for cache repl, topology CacheTopology{id=1, rebalanceId=1, currentCH=ReplicatedConsistentHash{ns = 60, owners = (1)[master:primary4i: 60]}, pendingCH=ReplicatedConsistentHash{ns = 60, owners = (2)[master:primary4i: 30, slave:slave4i: 30]}, unionCH=null, actualMembers=[master:primary4i, slave:slave4i]}
      2015-11-27 16:37:43,442 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000310: Starting cluster-wide rebalance for cache ResqueWeb-4.005.war, topology CacheTopology{id=1, rebalanceId=1, currentCH=ReplicatedConsistentHash{ns = 60, owners = (1)[master:primary4i: 60]}, pendingCH=ReplicatedConsistentHash{ns = 60, owners = (2)[master:primary4i: 30, slave:slave4i: 30]}, unionCH=null, actualMembers=[master:primary4i, slave:slave4i]}
      2015-11-27 16:37:43,553 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t3) ISPN000336: Finished cluster-wide rebalance for cache ResqueWeb-4.005.war, topology id = 1
      2015-11-27 16:37:44,401 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t3) ISPN000336: Finished cluster-wide rebalance for cache repl, topology id = 1
      2015-11-27 16:37:44,407 INFO  [org.infinispan.CLUSTER] (remote-thread--p6-t1) ISPN000336: Finished cluster-wide rebalance for cache repl, topology id = 1

       

      However when I load the tertiary server I do not see anything about rebalancing the cluster. I believe I am using the replicated cache for infinispan, but it still references owners which I thought was only relevant when using the distributed cache.