[
https://issues.apache.org/jira/browse/CASSANDRA-10912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200228#comment-15200228
]
Jim Witschey commented on CASSANDRA-10912:
------------------------------------------
I'm seeing a number of failures with a new error:
http://cassci.datastax.com/job/cassandra-3.0_dtest/611/testReport/junit/bootstrap_test/TestBootstrap/resumable_bootstrap_test/
{code}
Error Message
16 Mar 2016 12:32:19 [node3] Missing: ['already available. Skipping
streaming.']:
INFO [main] 2016-03-16 12:21:21,638 YamlConfigura.....
See system.log for remainder
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-fFmrwa
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,
'start_rpc': 'true'}
cassandra.cluster: WARNING: Host 127.0.0.1 has been marked down
--------------------- >> end captured logging << ---------------------
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/tools.py", line 253, in wrapped
f(obj)
File "/home/automaton/cassandra-dtest/bootstrap_test.py", line 176, in
resumable_bootstrap_test
node3.watch_log_for("already available. Skipping streaming.")
File "/home/automaton/ccm/ccmlib/node.py", line 417, 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))
"16 Mar 2016 12:32:19 [node3] Missing: ['already available. Skipping
streaming.']:\nINFO [main] 2016-03-16 12:21:21,638 YamlConfigura.....\nSee
system.log for remainder\n-------------------- >> begin captured logging <<
--------------------\ndtest: DEBUG: cluster ccm directory:
/mnt/tmp/dtest-fFmrwa\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 'start_rpc': 'true'}\ncassandra.cluster: WARNING: Host 127.0.0.1 has
been marked down\n--------------------- >> end captured logging <<
---------------------"
{code}
> resumable_bootstrap_test dtest flaps
> ------------------------------------
>
> Key: CASSANDRA-10912
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10912
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Jim Witschey
> Assignee: Yuki Morishita
> Labels: dtest
> Fix For: 3.0.x
>
>
> {{bootstrap_test.py:TestBootstrap.resumable_bootstrap_test}} test flaps when
> a node fails to start listening for connections via CQL:
> {code}
> 21 Dec 2015 10:07:48 [node3] Missing: ['Starting listening for CQL clients']:
> {code}
> I've seen it on 2.2 HEAD:
> http://cassci.datastax.com/job/cassandra-2.2_dtest/449/testReport/bootstrap_test/TestBootstrap/resumable_bootstrap_test/history/
> and 3.0 HEAD:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/444/testReport/junit/bootstrap_test/TestBootstrap/resumable_bootstrap_test/
> and trunk:
> http://cassci.datastax.com/job/trunk_dtest/838/testReport/junit/bootstrap_test/TestBootstrap/resumable_bootstrap_test/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)