Skip to content

Instantly share code, notes, and snippets.

@aperiodic
Created August 30, 2011 01:20
Show Gist options
  • Save aperiodic/1179892 to your computer and use it in GitHub Desktop.
Save aperiodic/1179892 to your computer and use it in GitHub Desktop.
Zookeeper Error
11/08/29 18:19:55 WARN zookeeper.ClientCnxn: Ignoring exception during shutdown output
java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:642)
at sun.nio.ch.SocketAdaptor.shutdownOutput(SocketAdaptor.java:368)
at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1004)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:970)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment