Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2089#discussion_r187946010
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ha/ReplicaPolicy.java
---
@@ -91,6 +94,7 @@ public ReplicaPolicy(String clusterName,
this.scaleDownPolicy = scaleDownPolicy;
this.networkHealthCheck = networkHealthCheck;
this.voteOnReplicationFailure = voteOnReplicationFailure;
+ this.quorumVoteWait = quorumVoteWait;
--- End diff --
Please perform some basic validation on the new parameter
---