You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/02 11:29:00 UTC

[jira] [Commented] (ARTEMIS-1779) ClusterConnectionBridge may connect to other nodes than its target

    [ https://issues.apache.org/jira/browse/ARTEMIS-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16422153#comment-16422153 ] 

ASF GitHub Bot commented on ARTEMIS-1779:
-----------------------------------------

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 <ho...@...>
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.

----


> ClusterConnectionBridge may connect to other nodes than its target
> ------------------------------------------------------------------
>
>                 Key: ARTEMIS-1779
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1779
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.5.1
>
>
> 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 message was sent by Atlassian JIRA
(v7.6.3#76005)