From dev-return-76220-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Nov 22 23:33:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5E749180645 for ; Thu, 22 Nov 2018 23:33:26 +0100 (CET) Received: (qmail 35322 invoked by uid 500); 22 Nov 2018 22:33:25 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 35305 invoked by uid 99); 22 Nov 2018 22:33:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2018 22:33:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B2420DFEAB; Thu, 22 Nov 2018 22:33:24 +0000 (UTC) From: mkedwards To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper pull request #718: ZOOKEEPER-1818: Correctly handle potentially in... Content-Type: text/plain Message-Id: <20181122223324.B2420DFEAB@git1-us-west.apache.org> Date: Thu, 22 Nov 2018 22:33:24 +0000 (UTC) GitHub user mkedwards reopened a pull request: https://github.com/apache/zookeeper/pull/718 ZOOKEEPER-1818: Correctly handle potentially inconsistent zxid/electionEpoch… … and peerEpoch during leader election. (This is Fangmin's patch, I'm just firing off a CI build against current master.) See #714 for the backport to branch-3.5. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkedwards/zookeeper ZOOKEEPER-1818-for-master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/718.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #718 ---- commit 73250fad37d5c1f461a0a60e7ed88c710b1b3c96 Author: Fangmin Lyu Date: 2018-11-15T17:46:51Z Correctly handle potential inconsitent zxid/electionEpoch and peerEpoch during leader election ---- ---