Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 85913 invoked from network); 20 Mar 2009 22:45:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2009 22:45:14 -0000 Received: (qmail 54152 invoked by uid 500); 20 Mar 2009 22:45:14 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 53971 invoked by uid 500); 20 Mar 2009 22:45:14 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 53938 invoked by uid 99); 20 Mar 2009 22:45:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 15:45:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 22:45:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE94E234C004 for ; Fri, 20 Mar 2009 15:44:50 -0700 (PDT) Message-ID: <1621630911.1237589090910.JavaMail.jira@brutus> Date: Fri, 20 Mar 2009 15:44:50 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-1273) ZooKeeper WARN spits out lots of useless messages In-Reply-To: <1954192652.1237528130699.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-1273. -------------------------- Resolution: Fixed Maybe this issue will stay dead this time (Thanks for patches Nitay). > ZooKeeper WARN spits out lots of useless messages > ------------------------------------------------- > > Key: HBASE-1273 > URL: https://issues.apache.org/jira/browse/HBASE-1273 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Nitay Joffe > Assignee: Nitay Joffe > Priority: Trivial > Fix For: 0.20.0 > > Attachments: hbase-1273-2.patch, hbase-1273-3.patch, hbase-1273-4.patch, hbase-1273.patch > > > Example: > 2009-03-19 22:18:28,139 WARN [main-SendThread] zookeeper.ClientCnxn$SendThread(932): Ignoring exception during shutdown input > java.net.SocketException: Socket is not connected > at sun.nio.ch.SocketChannelImpl.shutdown(Native Method) > at sun.nio.ch.SocketChannelImpl.shutdownInput(SocketChannelImpl.java:640) > at sun.nio.ch.SocketAdaptor.shutdownInput(SocketAdaptor.java:360) > at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:930) > at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:901) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.