Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23986

[GSS](7.4.z) <socket-protocol> ignores port-offset

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.4.8.GA, 7.4.8.CR1
    • 7.4.6.GA
    • Clustering
    • None
    • False
    • None
    • False
    • Release Notes
    • Hide

      Manually configure the exact port in the socket-bindings.  Also add fixed-port=true so the config won't change when the bug gets fixed.

              <socket-binding name="jgroups-udp-fd" interface="private" port="1234" fixed-port="true"/>

      Show
      Manually configure the exact port in the socket-bindings.  Also add fixed-port=true so the config won't change when the bug gets fixed.         <socket-binding name="jgroups-udp-fd" interface="private" port="1234" fixed-port="true"/>
    • Hide

      Start EAP with a port-offset configured and anything that triggers clustering to start (such as deploying a <distributable/> web application.

      Check ports in netstat, and observe that the FD_SOCK port does not apply the offset.

      Show
      Start EAP with a port-offset configured and anything that triggers clustering to start (such as deploying a <distributable/> web application. Check ports in netstat, and observe that the FD_SOCK port does not apply the offset.

    Description

      The JGroups subsystem <socket-protocol type="FD_SOCK" socket-binding="jgroups-udp-fd"/> ignores the port offset on the socket-binding, and therefore uses the wrong port.

       

      Attachments

        Issue Links

          Activity

            People

              rchakrab Ranabir Chakraborty
              rhn-support-dereed Dennis Reed
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: