Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-8267

Cluster connection throws exceptions When initial-connect-attempts is configured in a shared-store configuration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Undefined
    • None
    • AMQ 7.11.1.GA
    • clustering
    • None
    • False
    • None
    • False
    • Hide

      Reproduction is fairly easy:

      1. Configure a shared-store master/backup broker pair
      2. Configure clustering with initial-connect-attempts included in the cluster configuration (sample attached)
      3. Start the master and wait for a minute or two
      4. Start the backup

      The master logs the error in the description continuously, even after the backup announces.

      Show
      Reproduction is fairly easy: 1. Configure a shared-store master/backup broker pair 2. Configure clustering with initial-connect-attempts included in the cluster configuration (sample attached) 3. Start the master and wait for a minute or two 4. Start the backup The master logs the error in the description continuously, even after the backup announces.
    • Moderate

    Description

      In a cluster configuration for a single share-store HA pair (needed for backup announcement / failover on shutdown behavior), if initial-connect-attempts is configured on the cluster connection, the following stack is observed continuously at roughly 10-second intervals, even after the backup has entered the cluster and announced:

      2023-07-26 11:33:46,718 WARN  [org.apache.activemq.artemis.core.client] AMQ212025: did not connect the cluster connection to other nodes
      java.lang.Exception: null
      	at org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.<init>(ServerLocatorImpl.java:313) ~[artemis-core-client-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.<init>(ServerLocatorImpl.java:365) ~[artemis-core-client-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.api.core.client.ActiveMQClient.createServerLocatorWithHA(ActiveMQClient.java:368) ~[artemis-core-client-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.server.cluster.ClusterController.addClusterConnection(ClusterController.java:220) ~[artemis-server-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.server.cluster.ClusterManager.deployClusterConnection(ClusterManager.java:642) ~[artemis-server-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.server.cluster.ClusterManager.deploy(ClusterManager.java:249) ~[artemis-server-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart1(ActiveMQServerImpl.java:3267) ~[artemis-server-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.server.impl.SharedStoreLiveActivation.run(SharedStoreLiveActivation.java:66) ~[artemis-server-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:710) ~[artemis-server-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:607) ~[artemis-server-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) ~[artemis-cli-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:129) ~[artemis-cli-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:212) ~[artemis-cli-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:162) ~[artemis-cli-2.28.0.redhat-00003.jar:2.28.0.redhat-00003]
      	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
      	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
      	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
      	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
      	at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:144) ~[artemis-boot.jar:2.28.0.redhat-00003]
      	at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61) ~[artemis-boot.jar:2.28.0.redhat-00003]
      

      The cluster seems otherwise to be correctly formed.

      Attachments

        Activity

          People

            rhn-support-jbertram Justin Bertram
            rhn-support-dhawkins Duane Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: