Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2089#discussion_r189334490
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/ha/ReplicaPolicyConfiguration.java
---
@@ -47,7 +47,10 @@
private long voteRetryWait =
ActiveMQDefaultConfiguration.getDefaultVoteRetryWait();
- public ReplicaPolicyConfiguration() {
+ private final int quorumVoteWait;
--- End diff --
This should be set to default as like vote retry above
---