GitHub user gaohoward opened a pull request: https://github.com/apache/activemq-artemis/pull/1984
ARTEMIS-1779 ClusterConnectionBridge may connect to other nodes than its target The cluster connection bridge has a TopologyListener and connects to a new node each time it receives a nodeUp() event. It needs to put a check here to make sure that the cluster bridge only connects to its target node and it's backups. This issue shows up when you run LiveToLiveFailoverTest.testConsumerTransacted test. Also in this commit improvement of BackupSyncJournalTest so that it runs more stable. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gaohoward/activemq-artemis f_a1779 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1984.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1984 ---- commit 5ea8eba8ed7445f010e996ea528d5f7f66e2fd0d Author: Howard Gao <howard.gao@...> Date: 2018-04-02T11:16:30Z ARTEMIS-1779 ClusterConnectionBridge may connect to other nodes than its target The cluster connection bridge has a TopologyListener and connects to a new node each time it receives a nodeUp() event. It needs to put a check here to make sure that the cluster bridge only connects to its target node and it's backups. This issue shows up when you run LiveToLiveFailoverTest.testConsumerTransacted test. Also in this commit improvement of BackupSyncJournalTest so that it runs more stable. ---- ---