GitHub user andytaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/2170
ARTEMIS-1866 - Make wait time for reply configurable once vote goes oâ¦
â¦ut to acquire a quorum
Im refactoring a lot of this original fix as it has broken API compatibilty
by removing a default constructor.
Also it should be set via a setter.
https://issues.apache.org/jira/projects/ARTEMIS/issues/ARTEMIS-1866
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andytaylor/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2170.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 #2170
----
commit f288cfc9cae4feecfcba2bce335fcddbf36e0092
Author: andytaylor <andy.tayls67@...>
Date: 2018-07-02T10:42:31Z
ARTEMIS-1866 - Make wait time for reply configurable once vote goes out to
acquire a quorum
Im refactoring a lot of this original fix as it has broken API compatibilty
by removing a default constructor.
Also it should be set via a setter.
https://issues.apache.org/jira/projects/ARTEMIS/issues/ARTEMIS-1866
----
---