Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2089#discussion_r187946912
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ha/ReplicatedPolicy.java
---
@@ -84,6 +87,7 @@ public ReplicatedPolicy(boolean checkForLiveServer,
this.quorumSize = quorumSize;
this.voteRetries = voteRetries;
this.voteRetryWait = voteRetryWait;
+ this.quorumVoteWait = quorumVoteWait;
--- End diff --
Please perform some basic validation on the new parameter
---