[
https://issues.apache.org/jira/browse/CASSANDRA-11636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254457#comment-15254457
]
Philip Thompson commented on CASSANDRA-11636:
---------------------------------------------
The log for that node is just this message repeated over and over:
{code}
WARN [Thread-2] 2016-04-19 14:52:05,149 CustomTThreadPoolServer.ja
va:122 - Transport error occurred during acceptance of message.
org.apache.thrift.transport.TTransportException: No underlying serv
er socket.
at org.apache.cassandra.thrift.TCustomServerSocket.acceptIm
pl(TCustomServerSocket.java:96) ~[main/:na]
at org.apache.cassandra.thrift.TCustomServerSocket.acceptIm
pl(TCustomServerSocket.java:36) ~[main/:na]
at org.apache.thrift.transport.TServerTransport.accept(TSer
verTransport.java:60) ~[libthrift-0.9.2.jar:0.9.2]
at org.apache.cassandra.thrift.CustomTThreadPoolServer.serv
e(CustomTThreadPoolServer.java:110) ~[main/:na]
at org.apache.cassandra.thrift.ThriftServer$ThriftServerThr
ead.run(ThriftServer.java:137) [main/:na]
{code}
Literally nothing else is in there.
> dtest failure in auth_test.TestAuth.restart_node_doesnt_lose_auth_data_test
> ---------------------------------------------------------------------------
>
> Key: CASSANDRA-11636
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11636
> Project: Cassandra
> Issue Type: Test
> Reporter: Michael Shuler
> Assignee: DS Test Eng
> Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/448/testReport/auth_test/TestAuth/restart_node_doesnt_lose_auth_data_test
> Failed on CassCI build cassandra-2.1_dtest #448 - 2.1.14-tentative
> {noformat}
> Error Message
> Problem stopping node node1
> -------------------- >> begin captured logging << --------------------
> dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-sLlSHx
> dtest: DEBUG: Custom init_config not found. Setting defaults.
> dtest: DEBUG: Done setting configuration options:
> { 'initial_token': None,
> 'num_tokens': '32',
> 'phi_convict_threshold': 5,
> 'range_request_timeout_in_ms': 10000,
> 'read_request_timeout_in_ms': 10000,
> 'request_timeout_in_ms': 10000,
> 'truncate_request_timeout_in_ms': 10000,
> 'write_request_timeout_in_ms': 10000}
> dtest: DEBUG: Default role created by node1
> --------------------- >> end captured logging << ---------------------
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
> File "/home/automaton/cassandra-dtest/auth_test.py", line 910, in
> restart_node_doesnt_lose_auth_data_test
> self.cluster.stop()
> File "/home/automaton/ccm/ccmlib/cluster.py", line 376, in stop
> if not node.stop(wait, gently=gently):
> File "/home/automaton/ccm/ccmlib/node.py", line 677, in stop
> raise NodeError("Problem stopping node %s" % self.name)
> "Problem stopping node node1\n-------------------- >> begin captured logging
> << --------------------\ndtest: DEBUG: cluster ccm directory:
> /mnt/tmp/dtest-sLlSHx\ndtest: DEBUG: Custom init_config not found. Setting
> defaults.\ndtest: DEBUG: Done setting configuration options:\n{
> 'initial_token': None,\n 'num_tokens': '32',\n 'phi_convict_threshold':
> 5,\n 'range_request_timeout_in_ms': 10000,\n
> 'read_request_timeout_in_ms': 10000,\n 'request_timeout_in_ms': 10000,\n
> 'truncate_request_timeout_in_ms': 10000,\n 'write_request_timeout_in_ms':
> 10000}\ndtest: DEBUG: Default role created by node1\n--------------------- >>
> end captured logging << ---------------------"
> {noformat}
> This test was successful in the next build on a commit that does not appear
> to be auth-related, and the test does not appear to be flappy. Looping over
> the test, I have not gotten a failure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)