Craig Kodman created CASSANDRA-12515:
----------------------------------------
Summary: dtest failure in
cql_tests.SlowQueryTester.remote_query_test
Key: CASSANDRA-12515
URL: https://issues.apache.org/jira/browse/CASSANDRA-12515
Project: Cassandra
Issue Type: Test
Reporter: Craig Kodman
Assignee: DS Test Eng
Attachments: node1.log, node1_debug.log, node1_gc.log
example failure:
http://cassci.datastax.com/job/cassandra-2.2_dtest/680/testReport/cql_tests/SlowQueryTester/remote_query_test
{code}
Error Message
22 Aug 2016 04:05:15 [node1] Missing: ['Starting listening for CQL clients']:
ERROR [main] 2016-08-22 03:55:13,422 CassandraDaem.....
See system.log for remainder
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /tmp/dtest-qeHpYA
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}
--------------------- >> end captured logging << ---------------------
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/cql_tests.py", line 879, in
remote_query_test
node1.start(wait_for_binary_proto=True, join_ring=False) # ensure other
node executes queries
File "/home/automaton/ccm/ccmlib/node.py", line 655, in start
self.wait_for_binary_interface(from_mark=self.mark)
File "/home/automaton/ccm/ccmlib/node.py", line 493, in
wait_for_binary_interface
self.watch_log_for("Starting listening for CQL clients", **kwargs)
File "/home/automaton/ccm/ccmlib/node.py", line 450, in watch_log_for
raise TimeoutError(time.strftime("%d %b %Y %H:%M:%S", time.gmtime()) + " ["
+ self.name + "] Missing: " + str([e.pattern for e in tofind]) + ":\n" +
reads[:50] + ".....\nSee {} for remainder".format(filename))
"22 Aug 2016 04:05:15 [node1] Missing: ['Starting listening for CQL
clients']:\nERROR [main] 2016-08-22 03:55:13,422 CassandraDaem.....\nSee
system.log for remainder\n-------------------- >> begin captured logging <<
--------------------\ndtest: DEBUG: cluster ccm directory:
/tmp/dtest-qeHpYA\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}\n--------------------- >> end captured logging << ---------------------"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)