Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7AFDD200CEF for ; Sun, 6 Aug 2017 05:36:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 795CD164A5E; Sun, 6 Aug 2017 03:36:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BCF87164A5D for ; Sun, 6 Aug 2017 05:36:08 +0200 (CEST) Received: (qmail 43161 invoked by uid 500); 6 Aug 2017 03:36:07 -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 43150 invoked by uid 99); 6 Aug 2017 03:36:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2017 03:36:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2E57718041D for ; Sun, 6 Aug 2017 03:36:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Vlq8lLsv64E4 for ; Sun, 6 Aug 2017 03:36:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7E1DC5F6C1 for ; Sun, 6 Aug 2017 03:36:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 478B6E0237 for ; Sun, 6 Aug 2017 03:36:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5973624161 for ; Sun, 6 Aug 2017 03:36:02 +0000 (UTC) Date: Sun, 6 Aug 2017 03:36:02 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-2865) Reconfig Causes Inconsistent Configuration file among the nodes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 06 Aug 2017 03:36:09 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2865?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 16115605#comment-16115605 ]=20 ASF GitHub Bot commented on ZOOKEEPER-2865: ------------------------------------------- GitHub user shralex opened a pull request: https://github.com/apache/zookeeper/pull/328 ZOOKEEPER-2865: Reconfig Causes Inconsistent Configuration file among= =E2=80=A6 =E2=80=A6 the nodes You can merge this pull request into a Git repository by running: $ git pull https://github.com/shralex/zookeeper ZOOKEEPER-2865 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/328.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 #328 =20 ---- commit 4d428e520f5a00f8311bc4618d45f9da5b9e26c1 Author: Alexander Shraer Date: 2017-08-06T03:34:48Z ZOOKEEPER-2865: Reconfig Causes Inconsistent Configuration file among t= he nodes ---- > Reconfig Causes Inconsistent Configuration file among the nodes > --------------------------------------------------------------- > > Key: ZOOKEEPER-2865 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2865 > Project: ZooKeeper > Issue Type: Bug > Components: leaderElection, quorum, server > Affects Versions: 3.5.3 > Reporter: Jeffrey F. Lukman > Attachments: ZK-2865.pdf > > > When we run our Distributed system Model Checking (DMCK) in ZooKeeper v3.= 5.3 > by following the workload in ZK-2778: > - initially start 2 ZooKeeper nodes > - start 3 new nodes > - do a reconfiguration (the complete reconfiguration is attached in the d= ocument) > We think our DMCK found this following bug: > - while one of the just joined nodes has not received the latest configur= ation update=20 > (called as node X), the initial leader node closed its port,=20 > therefore causing the node X to be isolated. > For complete information of the bug, please see the document that is atta= ched. -- This message was sent by Atlassian JIRA (v6.4.14#64029)