JGroups config:

  |  <mbean code="org.jboss.ha.framework.server.ClusterPartition" 
name="jboss:service=${jboss.partition.name:5620SAMPartition_SAM_4_0_B2_16}">
  |     <!-- Name of the partition being built -->
  |     <attribute 
name="PartitionName">${jboss.partition.name:5620SAMPartition_SAM_4_0_B2_16}</attribute>
  |     <!-- The address used to determine the node name -->
  |     <attribute name="NodeAddress">${jboss.bind.address}</attribute>
  |     <!-- Determine if deadlock detection is enabled -->
  |     <attribute name="DeadlockDetection">False</attribute>
  |     <!-- Max time (in ms) to wait for state transfer to complete. Increase 
for large states -->
  |     <attribute name="StateTransferTimeout">30000</attribute>
  |     <!-- The JGroups protocol configuration -->
  |     <attribute name="PartitionConfig">
  |       <!--
  |          The default UDP stack:
  |          - If you have a multihomed machine, set the UDP protocol's 
bind_addr attribute to the
  |          appropriate NIC IP address, e.g bind_addr="192.168.0.2".
  |          - On Windows machines, because of the media sense feature being 
broken with multicast
  |          (even after disabling media sense) set the UDP protocol's loopback 
attribute to true
  |          -->
  |       <Config>
  |         <TCP bind_addr="172.16.22.11" start_port="11800" loopback="true" />
  |         <TCPPING initial_hosts="10.10.10.10[11800]" port_range="1" 
timeout="3000" num_initial_members="3" up_thread="true" down_thread="true" />
  |         <MERGE2 min_interval="5000" max_interval="10000" />
  |         <FD shun="false" up_thread="true" down_thread="true" timeout="5000" 
max_tries="9" />
  |         <VERIFY_SUSPECT timeout="15000" up_thread="true" down_thread="true" 
/>
  |         <pbcast.NAKACK gc_lag="100" retransmit_timeout="3000" 
up_thread="true" down_thread="true" />
  |         <pbcast.STABLE desired_avg_gossip="20000" up_thread="true" 
down_thread="true" />
  |         <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" 
shun="false" print_local_addr="true"
  | up_thread="true" down_thread="true" />
  |         <pbcast.STATE_TRANSFER up_thread="true" down_thread="true" />
  |       </Config>
  |     </attribute>
  |   </mbean>
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960516
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to