[jboss-as7-dev] TCPPING in AS7
William DeCoste
wdecoste at redhat.com
Wed Mar 14 17:44:12 EDT 2012
Hi Brian,
Has anything changed in the config of AS7.1 from 7.0.x? I am not seeing
any jgroups traffic or discovery. This configuration worked fine in
7.0.x. When JGroups is loaded it just creates 2 1-node clusters. They
don't seem to see each other or even be trying.
Thanks -Bill
<subsystem xmlns="urn:jboss:domain:jgroups:1.1" default-stack="tcp">
<stack name="tcp">
<transport type="TCP" socket-binding="jgroups-tcp"/>
<protocol type="TCPPING">
<property name="timeout">
3000
</property>
<property name="initial_hosts">
127.0.250.1[7600],127.0.251.1[7600]
</property>
<property name="port_range">
1
</property>
<property name="num_initial_members">
2
</property>
</protocol>
<protocol type="MERGE2"/>
<protocol type="FD_SOCK" socket-binding="jgroups-tcp-fd"/>
<protocol type="FD"/>
<protocol type="VERIFY_SUSPECT"/>
<protocol type="BARRIER"/>
<protocol type="pbcast.NAKACK"/>
<protocol type="UNICAST2"/>
<protocol type="pbcast.STABLE"/>
<protocol type="pbcast.GMS"/>
<protocol type="UFC"/>
<protocol type="MFC"/>
<protocol type="FRAG2"/>
</stack>
</subsystem>
--
Bill DeCoste
Principal Software Engineer, Red Hat
978-204-0920
wdecoste at redhat.com
More information about the jboss-as7-dev
mailing list