I took the jgroups protocol stack from the Jboss "all" server configuration

C:\jboss-4.0.1sp1\server\all\deploy\cluster-service.xml

And I'm not seeing the error anymore.

(There are a lot more threads in my JVM now though)

I'm hoping that the number of threads do not increase as I increase the number 
of nodes.  I'm testing with 2 nodes right now, but will be moving up to 7 nodes 
in production.




  |         <UDP
  |             bind_addr           = "172.16.1.63"
  |             mcast_addr          = "239.1.2.3"
  |             mcast_port          = "48866"
  |             ip_ttl              = "64"
  |             ip_mcast            = "true" 
  |             mcast_send_buf_size = "150000"
  |             mcast_recv_buf_size = "80000"
  |             ucast_send_buf_size = "150000"
  |             ucast_recv_buf_size = "80000"
  |             loopback            = "false"
  |         />
  |                 
  |         <!-- This is the config JBoss 4.0 app server uses for its 
clustering -->        
  |         <PING timeout="2000" num_initial_members="3"
  |               up_thread="true" down_thread="true" />
  |         <MERGE2 min_interval="10000" max_interval="20000" />
  |         <FD shun="true" up_thread="true" down_thread="true"
  |             timeout="2500" max_tries="5" />
  |         <VERIFY_SUSPECT timeout="3000" num_msgs="3"
  |                         up_thread="true" down_thread="true" />
  |         <pbcast.NAKACK gc_lag="50" 
retransmit_timeout="300,600,1200,2400,4800"
  |                        max_xmit_size="8192"
  |                        up_thread="true" down_thread="true" />
  |         <UNICAST timeout="300,600,1200,2400,4800" window_size="100" 
min_threshold="10"
  |                  down_thread="true" />
  |         <pbcast.STABLE desired_avg_gossip="20000"
  |                        up_thread="true" down_thread="true" />
  |         <FRAG frag_size="8192"
  |               down_thread="true" up_thread="true" />
  |         <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  |                     shun="true" print_local_addr="true" />
  | 

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to