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:48:50 UTC

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

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


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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ 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-4.patch

Attaching merged v1 and v3 patch, just for convenience.

> 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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe reopened HBASE-1273:
--------------------------------


Stack, I don't think this was committed properly. I see things in SVN after when this was supposed to be in, yet it's not there?

> 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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Priority: Trivial  (was: Major)

> 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
>            Priority: Trivial
>             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.


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

Posted by "stack (JIRA)" <ji...@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
    Fix Version/s:     (was: 0.19.2)
                   0.20.0

Committed.  THanks for patch 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
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         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.


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

Posted by "stack (JIRA)" <ji...@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

I already did v3.  Closing again.

> 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.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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ 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-3.patch

Commenting it out in src/test/log4j.properties isn't enough. Setting it to ERROR works though.

> 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.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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ 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-2.patch

> 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.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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe reopened HBASE-1273:
--------------------------------

      Assignee: Nitay Joffe

Forgot there's one in src/test/log4j.properties too...

> 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.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.


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

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "stack (JIRA)" <ji...@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.