Github user RaiSaurabh commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2089#discussion_r188589717 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ha/ReplicatedPolicy.java --- @@ -61,6 +61,8 @@ private final NetworkHealthCheck networkHealthCheck; + private int quorumVoteWait = ActiveMQDefaultConfiguration.getDefaultQuorumVoteWait(); --- End diff -- This the default value that is configured and it is supposed to change hence not kept final.
---