From dev-return-76289-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Sun Nov 25 23:27:07 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 B6EBE180674 for ; Sun, 25 Nov 2018 23:27:06 +0100 (CET) Received: (qmail 10777 invoked by uid 500); 25 Nov 2018 22:27:05 -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 10765 invoked by uid 99); 25 Nov 2018 22:27:05 -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; Sun, 25 Nov 2018 22:27:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CA9DCE12D3; Sun, 25 Nov 2018 22:27:04 +0000 (UTC) From: mkedwards To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #721: ZOOKEEPER-3046: wait for clients to reconnect a... Content-Type: text/plain Date: Sun, 25 Nov 2018 22:27:04 +0000 (UTC) GitHub user mkedwards opened a pull request: https://github.com/apache/zookeeper/pull/721 ZOOKEEPER-3046: wait for clients to reconnect after restarting server You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkedwards/zookeeper ZOOKEEPER-3046 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/721.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 #721 ---- commit 62e6bca2460b261e7cad204566f7b88a41ab0972 Author: Michael Edwards Date: 2018-11-25T22:23:29Z ZOOKEEPER-3046: wait for clients to reconnect after restarting server ---- ---