Brandon Williams created CASSANDRA-5368:
-------------------------------------------
Summary: ClosedChannelException on shutdown
Key: CASSANDRA-5368
URL: https://issues.apache.org/jira/browse/CASSANDRA-5368
Project: Cassandra
Issue Type: Bug
Reporter: Brandon Williams
Assignee: Brandon Williams
Catching AsynchronousCloseException isn't enough:
{noformat}
ERROR [ACCEPT-/127.0.0.3] 2013-03-20 11:10:38,087 CassandraDaemon.java (line
169) Exception in thread Thread[ACCEPT-/127.0.0.3,5,main]
java.lang.RuntimeException: java.nio.channels.ClosedChannelException
at
org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:892)
Caused by: java.nio.channels.ClosedChannelException
at
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:135)
at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
at
org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:881)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira