Advertisement
dig090

Jgroups Stack Possible UNICAST2 Problems

Jan 28th, 2013
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.84 KB | None | 0 0
  1. <config xmlns="urn:org:jgroups" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2.     xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-3.1.xsd">
  3.     <UDP
  4.         ip_mcast="false"
  5.         tos="8"
  6.         ucast_recv_buf_size="128k" ucast_send_buf_size="128k"
  7.         ip_ttl="${jgroups.udp.ip_ttl:8}"
  8.  
  9.         loopback="true"
  10.         discard_incompatible_packets="true"
  11.  
  12.         max_bundle_size="64k"
  13.         max_bundle_timeout="30"
  14.         enable_bundling="true"
  15.         bundler_type="old"
  16.        
  17.         enable_diagnostics="false"
  18.         thread_naming_pattern="cl"
  19.  
  20.         timer_type="new"
  21.         timer.min_threads="4" timer.max_threads="10"
  22.         timer.keep_alive_time="3000"
  23.         timer.queue_max_size="500"
  24.        
  25.         thread_pool.enabled="true"
  26.         thread_pool.min_threads="2" thread_pool.max_threads="8"
  27.         thread_pool.keep_alive_time="60000"
  28.         thread_pool.queue_enabled="true"
  29.         thread_pool.queue_max_size="100"
  30.         thread_pool.rejection_policy="discard"
  31.        
  32.         oob_thread_pool.enabled="true"
  33.         oob_thread_pool.min_threads="2" oob_thread_pool.max_threads="8"
  34.         oob_thread_pool.keep_alive_time="60000"
  35.         oob_thread_pool.queue_enabled="false"
  36.         oob_thread_pool.queue_max_size="100"
  37.         oob_thread_pool.rejection_policy="discard"
  38.         />
  39.     <PING />
  40.     <MERGE2 min_interval="10000" max_interval="30000" />
  41.     <FD_SOCK start_port="8000" />
  42.     <FD_ALL timeout="3000" />
  43.     <VERIFY_SUSPECT timeout="1500" />
  44.     <pbcast.NAKACK use_mcast_xmit="false" retransmit_timeout="300,600,1200,2400,4800" discard_delivered_msgs="false" />
  45.     <UNICAST2 timeout="50,100,300,600,1200" stable_interval="5000" max_bytes="1m" />
  46.     <pbcast.STABLE stability_delay="500" desired_avg_gossip="5000" max_bytes="1m" />
  47.     <pbcast.GMS print_local_addr="false" join_timeout="3000" view_bundling="true" />
  48.     <UFC max_credits="200k" min_threshold="0.2" />
  49.     <MFC max_credits="200k" min_threshold="0.2" />
  50.     <FRAG2 frag_size="60k" />
  51.     <COUNTER />
  52.     <PEER_LOCK />
  53. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement