-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
AMQ 7.12.3.GA
-
None
-
False
-
None
-
False
-
-
-
-
-
Important
When restarting a broker with multiple cluster connections (each cluster connection tied to a specific port / acceptor) there is a race condition that can occur if one of the brokers is stopped and quickly restarted. If the broker is restarted immediately, we see all or most of the cluster connections fail to reconnect from the opposite broker. If we wait a few seconds between stopping and restarting the broker, we see a smaller number of missing connections. If we wait a minute or so after stopping the broker to restart it, all of the connections seem to be restored.
In the log of the broker that remains up, we see messages like this when the connectors are not restored:
2024-12-18 17:10:34,965 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge 2024-12-18 17:10:34,965 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge 2024-12-18 17:10:34,966 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge 2024-12-18 17:10:34,967 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge 2024-12-18 17:10:34,968 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge 2024-12-18 17:10:34,969 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge 2024-12-18 17:10:34,969 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge 2024-12-18 17:10:34,970 WARN [org.apache.activemq.artemis.core.server] AMQ222100: ServerLocator was shutdown, can not retry on opening connection for bridge
- relates to
-
ENTMQBR-9263 Cluster Bridges Fail to Connect on Broker Cluster with Multiple Cluster Connections Per Cluster Pair
- Backlog