4 Replies Latest reply on May 18, 2006 5:03 AM by belaban

    Channel connection lost after inactivity

    sagesse

      Hello, I have a JGroups connection set up that works fine, except that each morning the group members have become disconnected. I suspect this is due to inactivity but I can't find anywhere in the documentation that states where the connection needs to be kept alive.

      I am using JGroups version 2.2.8.

      Here is my configuration:

      TCP(start_port=7900;loopback=false;sock_conn_timeout=200):
      TCPPING(initial_hosts=xxx[7900],xxx[7900],xxx[7900],xxx[7900];port_range=5;timeout=5000;num_initial_members=4;up_thread=true;down_thread=true):
      MERGE2(min_interval=10000;max_interval=20000):
      FD_SOCK(start_port=8280;num_tries=10;up_thread=true;down_thread=true):
      VERIFY_SUSPECT(timeout=3000;up_thread=false;down_thread=false):
      pbcast.NAKACK(gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800,9600;up_thread=true;down_thread=true):
      pbcast.STABLE(desired_avg_gossip=20000;up_thread=false;down_thread=false):
      pbcast.GMS(join_timeout=5000;join_retry_timeout=4000;shun=true;print_local_addr=true):
      pbcast.STATE_TRANSFER(up_thread=true;down_thread=true)


      Thanks in advance for any help you can offer.