Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1214

Using specific socket-binding does not override bind address for pbcast.STREAMING_STATE_TRANSFER

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.Final
    • 7.0.0.CR1
    • Clustering
    • None
    • Hide

      If you're having connection related state transfer issues, try:

      <protocol type="pbcast.STREAMING_STATE_TRANSFER">
      <property name="bind_addr">insert-bind-address-here</property>
      </protocol>

      or,

      <protocol type="pbcast.STREAMING_STATE_TRANSFER">
      <property name="use_default_transport">true</property>
      </protocol>

      Show
      If you're having connection related state transfer issues, try: <protocol type="pbcast.STREAMING_STATE_TRANSFER"> <property name="bind_addr">insert-bind-address-here</property> </protocol> or, <protocol type="pbcast.STREAMING_STATE_TRANSFER"> <property name="use_default_transport">true</property> </protocol>

    Description

      You should be able to override the bind_addr and bind_port by defining a specific socket-binding, however, this doesn't work.

      Attachments

        Activity

          People

            pferraro@redhat.com Paul Ferraro
            pferraro@redhat.com Paul Ferraro
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: