2 Replies Latest reply on May 12, 2005 4:04 AM by ruchiahuja10

    Unable to join cluster

    ruchiahuja10

      I have configured TreeCache on 4 nodes-

      Node A : 10.164.32.30
      Node B : 10.164.32.55
      Node C : 10.164.32.29
      Node D : 10. 164.33.51

      Node A, B, C being on same network are able to join the cluster. However Node D is unable to join them and is creating a seperate cluster on its own.

      When i check route from Node A to Node B using command "tracert 10.164.32.55", i get the following -
      Tracing route to 10.164.32.55 over a maximum of 30 hops
      1 <1 ms <1 ms <1 ms 10.164.32.55
      Trace complete.


      When i check route from Node A to Node D using command "tracert 10.164.32.55", i get the following -
      Tracing route to 10.164.33.51 over a maximum of 30 hops
      1 4 ms <1 ms <1 ms 10.164.32.5
      2 <1 ms <1 ms <1 ms 10.164.33.51
      Trace complete.


      Basically there is a switch(10.164.32.5) in between.

      Can you tell me whats the problem. What do i need to change in my treecache/jgroups configuration



        • 1. Re: Unable to join cluster
          belaban

          Use a MERGE2 protocol

          • 2. Re: Unable to join cluster
            ruchiahuja10

            I tried using MERGE2, but its not working. Here is my configuration -



            <UDP bind_addr="10.164.32.30" ip_mcast="true" loopback="true"/>
            <PING timeout="2000" num_initial_members="3"
            up_thread="false" down_thread="false"/>
            <MERGE2 min_interval="10000" max_interval="20000"/>
            <FD_SOCK/>
            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
            max_xmit_size="8192" up_thread="false" down_thread="false"/>
            <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10"
            down_thread="false"/>
            <pbcast.STABLE desired_avg_gossip="20000"
            up_thread="false" down_thread="false"/>

            <FRAG frag_size="8192" down_thread="false" up_thread="false"/>
            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
            shun="true" print_local_addr="true"/>
            <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>