You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2009/03/20 06:50:50 UTC

[jira] Updated: (HBASE-1273) ZooKeeper WARN spits out lots of useless messages

     [ https://issues.apache.org/jira/browse/HBASE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated HBASE-1273:
-------------------------------

    Attachment: hbase-1273.patch

Fix, sets log4j level to ERROR instead of WARN.

> 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
>             Fix For: 0.19.2
>
>         Attachments: 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.