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

[GSS](7.4.z) WFLY-15039 - Cluster Intermittently Fails to Reestablish After a Node is Restarted

    XMLWordPrintable

Details

    • False
    • False
    • +
    • Undefined
    • Hide

      Set up a two-node messaging cluster with configuration similar to that attached. Start up both cluster machines and wait for the cluster to establish and report a non-empty cluster node list:

      [standalone@node1.test.redhat.com:9990 /] /subsystem=messaging-activemq/server=default/cluster-connection=my-cluster:get-nodes()
      {
          "outcome" => "success",
          "result" => {"f982abf8-26d2-11eb-8964-5254009ef848" => "192.168.100.102/192.168.100.102:8080"}
      }
      

      Restart each node one at a time, with varying intervals between stopping and restarting the node. After each restart, check the node list in the cli. It may take a number of tries to reproduce the issue. Once the node list is empty, it remains empty, even after waiting for some time.

      Show
      Set up a two-node messaging cluster with configuration similar to that attached. Start up both cluster machines and wait for the cluster to establish and report a non-empty cluster node list: [standalone@node1.test.redhat.com:9990 /] /subsystem=messaging-activemq/server= default /cluster-connection=my-cluster:get-nodes() { "outcome" => "success" , "result" => { "f982abf8-26d2-11eb-8964-5254009ef848" => "192.168.100.102/192.168.100.102:8080" } } Restart each node one at a time, with varying intervals between stopping and restarting the node. After each restart, check the node list in the cli. It may take a number of tries to reproduce the issue. Once the node list is empty, it remains empty, even after waiting for some time.

    Description

      In a simple (non-HA) load-balancing cluster, sometimes restarting one node of the cluster results in the cluster failing to get reestablished, with the result that the cluster topology is reported as empty in the cli:

      [standalone@node1.test.redhat.com:9990 /] /subsystem=messaging-activemq/server=default/cluster-connection=my-cluster:get-nodes()
      {
          "outcome" => "success",
          "result" => {}
      }
      

      The cluster in question is using jgroups-UDP.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-jbertram Justin Bertram
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: