Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7392B176E4 for ; Mon, 18 May 2015 18:15:01 +0000 (UTC) Received: (qmail 35059 invoked by uid 500); 18 May 2015 18:15:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35002 invoked by uid 500); 18 May 2015 18:15:01 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 34990 invoked by uid 99); 18 May 2015 18:15:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 18:15:01 +0000 Date: Mon, 18 May 2015 18:15:01 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13677) RecoverableZookeeper WARNs on expected events MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14548442#comment-14548442 ] Hudson commented on HBASE-13677: -------------------------------- FAILURE: Integrated in HBase-TRUNK #6489 (See [https://builds.apache.org/job/HBase-TRUNK/6489/]) HBASE-13677 changed RecoverableZooKeeper logs about retries from info and warn to debug (busbey: rev a1c94c0bdfe31d2d2435a135fc2ff1d36a979e13) * hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java > RecoverableZookeeper WARNs on expected events > --------------------------------------------- > > Key: HBASE-13677 > URL: https://issues.apache.org/jira/browse/HBASE-13677 > Project: HBase > Issue Type: Improvement > Affects Versions: 2.0.0, 1.1.0 > Reporter: Nick Dimiduk > Assignee: Ted Malaska > Priority: Minor > Labels: beginner > Fix For: 2.0.0, 0.98.13, 1.2.0 > > Attachments: HBASE-13677.2.patch, HBASE-13677.patch > > > Noticed in the logs while verifying an RC, running a simple LTT in local mode resulted in half a dozen lines like > {noformat} > 2015-05-12 13:58:42,949 WARN [M:0;10.0.0.110:50866] zookeeper.RecoverableZooKeeper: Possibly transient ZooKeeper, quorum=localhost:2181, exception=org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/hbaseid > {noformat} > A class called "RecoverableZooKeeper" should be expecting "possibly transient" events relating to "ZooKeeper". Let's drop this to DEBUG. -- This message was sent by Atlassian JIRA (v6.3.4#6332)