Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/92#discussion_r97451441 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -434,6 +434,10 @@ public int getQuorumSize(){ //last proposed quorum verifier public QuorumVerifier lastSeenQuorumVerifier = null; + // Lock object that guard access to quorumVerifier and lastSeenQuorumVerifier. + private byte[] qvLock = new byte[0]; --- End diff -- Thanks for the comments, Edward. Code updated.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---