You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jbertram <gi...@git.apache.org> on 2017/04/05 20:39:02 UTC

[GitHub] activemq-artemis pull request #1175: ARTEMIS-1094 replica + group-name fix

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1175

    ARTEMIS-1094 replica + group-name fix

    When a replica attempts to connect to a live server using a group-name
    and there are > 1 servers on the network using that group there is a
    chance it will fail because it doesn't keep track of all of the
    topology data it receives. This fix ensures that all the topology data
    from the cluster tracked until it is used and fails at which point it
    is discarded.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1094

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1175.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 #1175
    
----
commit 0e5a643de516df31bde9a0a61719d05382b4c8eb
Author: Justin Bertram <jb...@apache.org>
Date:   2017-04-05T20:12:23Z

    ARTEMIS-1094 replica + group-name fix
    
    When a replica attempts to connect to a live server using a group-name
    and there are > 1 servers on the network using that group there is a
    chance it will fail because it doesn't keep track of all of the
    topology data it receives. This fix ensures that all the topology data
    from the cluster tracked until it is used and fails at which point it
    is discarded.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #1175: ARTEMIS-1094 replica + group-name fix

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1175


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---