GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-6/pull/146
Handful of fixes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-6 master_work
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-6/pull/146.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 #146
----
commit 9a88941a5138957498f61f996ee5634d936a152e
Author: jbertram <[email protected]>
Date: 2015-03-04T15:44:43Z
ACTIVEMQ6-86 Backup announcement may fail
When a live and backup server are both started at or near the same moment
there is a small window where the live server's acceptors have been
started but the server's state != STARTED. During this window if the
backup sends its announcement the announcement will fail and the backup
will shutdown. This fix closes this small window by only starting the
acceptors until the server is fully started.
commit 080c1dd0589346da1b0d50449c02ba2e81ed35c7
Author: jbertram <[email protected]>
Date: 2015-03-04T19:11:00Z
Make test more robust
It is possible for the createHAServerLocator() method to return a
connection to the node with the non-default password causing the test
to fail.
commit 63064506e091d5e622a37a9365e4bc793c6151a1
Author: jbertram <[email protected]>
Date: 2015-03-04T19:52:19Z
Increase timeouts for slower environments
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---