-
Bug
-
Resolution: Done
-
Major
-
1.6.0.Final, 1.7.0.Final
-
None
The configuration for tcpping jgroups configuration is not working from 7.0 or 7.1 to 7.2
It is configuring:
<protocol type="TCPPING"> <property name="initial_hosts"> ${jgroups.tcpping.initial_hosts} </property> <property name="port_range"> 0 </property> <property name="timeout"> 3000 </property> </protocol>
Instead of:
<stack name="tcpping"> <transport type="TCP" socket-binding="jgroups-tcp"/> <protocol type="org.jgroups.protocols.TCPPING" module="org.jgroups"> <property name="initial_hosts"> ${jgroups.tcpping.initial_hosts} </property> <property name="port_range"> 0 </property> </protocol> <protocol type="MERGE3" module="org.jgroups"/> <protocol type="FD_SOCK" module="org.jgroups" socket-binding="jgroups-tcp-fd"/> <protocol type="FD_ALL" module="org.jgroups"/> <protocol type="VERIFY_SUSPECT" module="org.jgroups"/> <protocol type="pbcast.NAKACK2" module="org.jgroups"/> <protocol type="UNICAST3" module="org.jgroups"/> <protocol type="pbcast.STABLE" module="org.jgroups"/> <protocol type="pbcast.GMS" module="org.jgroups"> <property name="join_timeout"> 3000 </property> </protocol> <protocol type="MFC" module="org.jgroups"/> <protocol type="FRAG2" module="org.jgroups"/> </stack>
- is cloned by
-
JBEAP-19926 [GSS](7.2.z) Configuration from 7.0.X and 7.1.X of jgroups tcpping timeout is not working to 7.2.0
- Closed