0 Replies Latest reply on Sep 8, 2015 12:02 PM by tom2011

    Coordinator is unable to re-join jgroup cluster

    tom2011

      Hi

      I am using jgrpups-3.5.0.Final in JBoss 5.1.0.GA.

       

      I am having an issue with jgroups when jgroups coordinator is restarted

       

      The following is showing in infinitely

       

      clients to choose new coord from are: [xxx01-27329, xxx01-32634]

      I (xxx01-32634) am not the first of the clients, waiting for another client to become coordinator

       

      The following is my jgroups xml being used via Hibernate

       

      <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

               xsi:noNamespaceSchemaLocation="ehcache.xsd"

               updateCheck="false" monitoring="autodetect"

               dynamicConfig="true"

        name="xxx-yyy">

       

       

        <defaultCache maxEntriesLocalHeap="10000" eternal="true"

        memoryStoreEvictionPolicy="LRU">

        <cacheEventListenerFactory

        class="net.sf.ehcache.distribution.jgroups.JGroupsCacheReplicatorFactory" />

        </defaultCache>

       

       

       

       

       

       

        <cacheManagerPeerProviderFactory

        class="net.sf.ehcache.distribution.jgroups.JGroupsCacheManagerPeerProviderFactory"

        properties="connect=TCP(bind_addr=myip1;bind_port=7800):

          TCPPING(initial_hosts=myip1[7800],myip1[7801];port_range=1;timeout=3000;

          num_initial_members=2):

          VERIFY_SUSPECT(timeout=1500):

          pbcast.NAKACK(retransmit_timeout=3000;use_mcast_xmit=false):

          pbcast.GMS(join_timeout=5000;

          print_local_addr=true):

          MERGE3:

          FD_ALL(timeout=30000;interval=5000):

          FRAG2(frag_size=60000)"

        propertySeparator="::" />

       

       

      </ehcache>

       

      Am I missing something in the configuration?