[
https://issues.apache.org/jira/browse/CASSANDRA-12856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15651901#comment-15651901
]
Philip Thompson commented on CASSANDRA-12856:
---------------------------------------------
If we check the logs, it's just
{code}
WARN [Thread-2] 2016-10-27 19:28:01,236 CustomTThreadPoolServer.java:122 -
Transport error occurred during acceptance of message.
org.apache.thrift.transport.TTransportException: No underlying server socket.
at
org.apache.cassandra.thrift.TCustomServerSocket.acceptImpl(TCustomServerSocket.java:96)
~[main/:na]
at
org.apache.cassandra.thrift.TCustomServerSocket.acceptImpl(TCustomServerSocket.java:36)
~[main/:na]
at
org.apache.thrift.transport.TServerTransport.accept(TServerTransport.java:60)
~[libthrift-0.9.2.jar:0.9.2]
at
org.apache.cassandra.thrift.CustomTThreadPoolServer.serve(CustomTThreadPoolServer.java:110)
~[main/:na]
at
org.apache.cassandra.thrift.ThriftServer$ThriftServerThread.run(ThriftServer.java:137)
[main/:na]
{code}
[~mshuler], haven't we seen this before? Did we say it was a hardware problem?
> dtest failure in
> replication_test.SnitchConfigurationUpdateTest.test_cannot_restart_with_different_rack
> -------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-12856
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12856
> Project: Cassandra
> Issue Type: Test
> Reporter: Sean McCarthy
> Assignee: DS Test Eng
> Labels: dtest, test-failure
> Attachments: node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_novnode_dtest/280/testReport/replication_test/SnitchConfigurationUpdateTest/test_cannot_restart_with_different_rack
> {code}
> Error Message
> Problem stopping node node1
> {code}{code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
> File "/home/automaton/cassandra-dtest/replication_test.py", line 630, in
> test_cannot_restart_with_different_rack
> node1.stop(wait_other_notice=True)
> File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 727, in
> stop
> raise NodeError("Problem stopping node %s" % self.name)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)