[jboss-as7-dev] TCPPING in AS7

Brian Stansberry brian.stansberry at redhat.com
Wed Mar 14 17:47:58 EDT 2012


Hi Paul, Richard:

Do you guys see anything wrong here?

- Brian

On 3/14/12 4:44 PM, William DeCoste wrote:
> 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>
>


-- 
Brian Stansberry
Principal Software Engineer
JBoss by Red Hat


More information about the jboss-as7-dev mailing list