Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. 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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • 7.2.10.GA
    • None
    • Migration
    • None

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: