[jboss-user] [JBoss Cache: Core Edition] - Using TCP, Unable to reconnect. Don't know why?

nachiket_patel do-not-reply at jboss.com
Mon Dec 15 01:44:30 EST 2008


Hello,
I have changed my communication from UDP to TCP, But when i diconnect and connect again, My application instances(2) does not get connected automatically but if i change back to UDP then it does. 

Snapshot of Configuration:

            
                <TCP start_port="7800"/>
                <TCPPING timeout="3000" initial_hosts="${jgroups.tcpping.initial_hosts:150.0.149.105[7800]}"
                    port_range="1"
                    num_initial_members="1"/>

                <FD_SOCK num_tries="3" suspect_msg_interval="3000"/>
                <FD timeout="3000" max_tries="4" shun="false"/>
                <VERIFY_SUSPECT timeout="1500"/>

                <pbcast.NAKACK max_xmit_size="60000"
                           use_mcast_xmit="false" gc_lag="0"
                           retransmit_timeout="300,600,1200,2400,4800"
                           discard_delivered_msgs="true"/>

                <pbcast.STABLE stability_delay="1000"  desired_avg_gossip="20000"
                   max_bytes="400000"/>

                <pbcast.GMS print_local_addr="true" join_timeout="3000"
                shun="true" view_bundling="true" view_ack_collection_timeout="2000"/>

                <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>

            <!-- <pbcast.STATE_TRANSFER/> -->
                <pbcast.FLUSH timeout="0"/>

                <MERGE2 max_interval="30000" min_interval="10000"/>
                
                
                <FRAG2 frag_size="60000"/>
            
        

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

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



More information about the jboss-user mailing list