Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-8710

HASingleton PreferredMasterElectionPolicy failing with IPv6 addresses

XMLWordPrintable

    • Documentation (Ref Guide, User Guide, etc.)

      The bean org.jboss.ha.singleton.PreferredMasterElectionPolicy has an attribute preferredMaster which identified a process in a cluster which should be the master node in a clustered partition.

      The preferred master attriubute is specified in the form host:port.
      This format works fine for IPv4 addresses, but breaks down for IPv6 addresses unless the host part is surrounded with square brackets, according to rfc2732.

      There are two places which above class may break:
      in setting the preferred master attribute
      (ii) in comparing ClusterNode instances using PreferredMasterElectionPolicy.find() to check if a given preferred master is in the current cluster.

            pferraro@redhat.com Paul Ferraro
            rachmato@redhat.com Richard Achmatowicz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: