From dev-return-71185-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Fri Jul 6 20:10:31 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 1D787180674 for ; Fri, 6 Jul 2018 20:10:30 +0200 (CEST) Received: (qmail 57363 invoked by uid 500); 6 Jul 2018 18:10:29 -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 57208 invoked by uid 99); 6 Jul 2018 18:10:28 -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; Fri, 06 Jul 2018 18:10:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41919E08ED; Fri, 6 Jul 2018 18:10:28 +0000 (UTC) From: enixon To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #561: ZOOKEEPER-3083: Remove some redundant and noisy log li... Content-Type: text/plain Message-Id: <20180706181028.41919E08ED@git1-us-west.apache.org> Date: Fri, 6 Jul 2018 18:10:28 +0000 (UTC) Github user enixon commented on the issue: https://github.com/apache/zookeeper/pull/561 Rolling back the unnecessary changes :) The failing test was DisconnectedWatcherTest::testManyChildWatchersAutoReset. It is unrelated to my change and will not repro locally. Retrying with next commit. ---