GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/1367
Fixing NetworkHealthCheck
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-1253
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1367.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 #1367
----
commit 2312155bac9db91e98493f88e711d62d03a0ce01
Author: Clebert Suconic <[email protected]>
Date: 2017-06-26T15:05:33Z
ARTEMIS-1253 Adding testcase
commit 8de806da92889d564088b33da783dcafb31165f2
Author: Clebert Suconic <[email protected]>
Date: 2017-06-26T16:52:18Z
ARTEMIS-1253 Refactoring renaming stop(boolean) to fail(boolean)
This method name would clash with ServiceComponent
As the real meaning here on this method is just to failover
So I've renamed the method to avoid the clash with my next commit
(I've done this on a separate commit as you may need to redo this
commit from scratch again in other branches instead of lots of clashes on
cherry-pick)
commit 562f03d2fd4104486b68bf26c9a9f649b9fcf764
Author: Clebert Suconic <[email protected]>
Date: 2017-06-26T17:13:43Z
ARTEMIS-1253 Fixing NetworkHealthCheck being shutdown after failures
----
---
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.
---