1 Reply Latest reply on Sep 29, 2016 10:51 AM by sebastian.laskawiec

    Infinispan cluster configuration question

    werdnx

      Hi all,

      I am going to use infinispan in cluster mode. I have two clusters and two nodes in each cluster. Latency between clusters is 10 mls. Latency between nodes in one cluster much smaller.

      I want  join 4 infinispan nodes to one cluster. But I afraid it can be not correct because I have different latency between nodes.

      Are there any limitation in case when latency between some nodes much higher than between other nodes?

      I have't found answer on my question in infinispan FAQ and user documentation.

        • 1. Re: Infinispan cluster configuration question
          sebastian.laskawiec

          It shouldn't be a problem for Infinispan and JGroups. However if the latency is pretty high and your caches operate in SYNC mode, you might experience some delays.

           

          As always when it comes to performance or latency - the best way it to simply measure it and look if it's acceptable or not.