[
https://issues.apache.org/jira/browse/CASSANDRA-12135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363027#comment-15363027
]
Philip Thompson commented on CASSANDRA-12135:
---------------------------------------------
The log for node3, which failed to stop, is just this over and over:
{code}
WARN [Thread-2] 2016-07-01 02:40:25,017 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}
> dtest failure in
> repair_tests.incremental_repair_test.TestIncRepair.sstable_marking_test
> ----------------------------------------------------------------------------------------
>
> Key: CASSANDRA-12135
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12135
> Project: Cassandra
> Issue Type: Test
> Reporter: Sean McCarthy
> Assignee: DS Test Eng
> Labels: dtest
> Attachments: node1.log, node2.log, node3.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest_jdk8/240/testReport/repair_tests.incremental_repair_test/TestIncRepair/sstable_marking_test
> Failed on CassCI build cassandra-2.1_dtest_jdk8 #240
> {code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
> File
> "/home/automaton/cassandra-dtest/repair_tests/incremental_repair_test.py",
> line 42, in sstable_marking_test
> node3.stop(gently=True)
> File "/home/automaton/ccm/ccmlib/node.py", line 701, in stop
> raise NodeError("Problem stopping node %s" % self.name)
> "Problem stopping node node3
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)