Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2089#discussion_r187949351 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/qourum/SharedNothingBackupQuorum.java --- @@ -90,6 +92,7 @@ public SharedNothingBackupQuorum(StorageManager storageManager, this.networkHealthCheck = networkHealthCheck; this.voteRetries = voteRetries; this.voteRetryWait = voteRetryWait; + this.quorumVoteWait = quorumVoteWait; --- End diff -- Please perform some basic validation on the new parameter
---