[jboss-user] [Clustering/JBoss] - Re: jgroups tcp_nio configuration

bela@jboss.com do-not-reply at jboss.com
Wed Nov 8 08:02:08 EST 2006


We will look into this (I've created some JIRA tasks), but the slightly modified config below does work for me (I removed FLUSH and replaced STREAMING_STATE_TRANSFER with STATE_TRANSFER)

 
              <TCP_NIO
               bind_addr="127.0.0.1"
               recv_buf_size="20000000"
               send_buf_size="640000"
               loopback="false"
               discard_incompatible_packets="true"
               max_bundle_size="64000"
               max_bundle_timeout="30"
               use_incoming_packet_handler="true"
               use_outgoing_packet_handler="true"
               down_thread="false" up_thread="false"
               enable_bundling="true"
               start_port="7800"
               end_port="7805"
               use_send_queues="false"
               sock_conn_timeout="300" skip_suspected_members="true"
               
               
               />
      
    <MPING timeout="2000" num_initial_members="3" mcast_addr="229.6.7.8"
   
   bind_addr="127.0.0.1" down_thread="false" up_thread="false"/>
       
      <MERGE2 max_interval="100000"
               down_thread="false" up_thread="false" min_interval="20000"/>
       <FD_SOCK down_thread="false" up_thread="false"/>
   
       <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
       <pbcast.NAKACK max_xmit_size="60000"
                      use_mcast_xmit="false" gc_lag="0"
                      retransmit_timeout="300,600,1200,2400,4800"
                      down_thread="true" up_thread="true"
                      discard_delivered_msgs="true"/>
       <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                      down_thread="false" up_thread="false"
                      max_bytes="400000"/>
       <pbcast.GMS print_local_addr="true" join_timeout="3000"
                   down_thread="true" up_thread="true"
                   join_retry_timeout="2000" shun="true"
                   view_bundling="true"/>
       <!-- <FC max_credits="2000000" down_thread="false" up_thread="false"
           min_threshold="0.10"/>
       <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/> -->
   <pbcast.STATE_TRANSFER/>
   <!--    <pbcast.FLUSH down_thread="false" up_thread="false"/>-->
   


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984120#3984120

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984120



More information about the jboss-user mailing list