[
https://issues.apache.org/jira/browse/CASSANDRA-12286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Witschey updated CASSANDRA-12286:
-------------------------------------
Description:
example failure:
http://cassci.datastax.com/job/cassandra-3.9_dtest/18/testReport/cdc_test/TestCDC/test_cdc_data_available_in_cdc_raw
EDIT: for posterity, here's Jenkins's output:
{code}
Error Message
Unexpected error in log, see stdout
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /tmp/dtest-Fmzmjh
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: 10000 rows inserted into ks.cdc_tab
dtest: DEBUG: draining
dtest: DEBUG: stopping
dtest: DEBUG: adding node
dtest: DEBUG: starting new node
dtest: DEBUG: recreating ks and table
dtest: DEBUG: creating new table
dtest: DEBUG: stopping new node
dtest: DEBUG: moving cdc_raw and restarting node
dtest: DEBUG: moving
/tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177396.log to
/tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177396.log
dtest: DEBUG: moving
/tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177395.log to
/tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177395.log
dtest: DEBUG: removing ccm cluster test at: /tmp/dtest-Fmzmjh
dtest: DEBUG: clearing ssl stores from [/tmp/dtest-Fmzmjh] directory
--------------------- >> end captured logging << ---------------------
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 358, in run
self.tearDown()
File "/home/automaton/cassandra-dtest/dtest.py", line 663, in tearDown
raise AssertionError('Unexpected error in log, see stdout')
"Unexpected error in log, see stdout\n-------------------- >> begin captured
logging << --------------------\ndtest: DEBUG: cluster ccm directory:
/tmp/dtest-Fmzmjh\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: 10000 rows inserted into ks.cdc_tab\ndtest: DEBUG:
draining\ndtest: DEBUG: stopping\ndtest: DEBUG: adding node\ndtest: DEBUG:
starting new node\ndtest: DEBUG: recreating ks and table\ndtest: DEBUG:
creating new table\ndtest: DEBUG: stopping new node\ndtest: DEBUG: moving
cdc_raw and restarting node\ndtest: DEBUG: moving
/tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177396.log to
/tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177396.log\ndtest:
DEBUG: moving
/tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177395.log to
/tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177395.log\ndtest:
DEBUG: removing ccm cluster test at: /tmp/dtest-Fmzmjh\ndtest: DEBUG: clearing
ssl stores from [/tmp/dtest-Fmzmjh] directory\n--------------------- >> end
captured logging << ---------------------"
Standard Output
Unexpected error in node2 log, error:
ERROR [main] 2016-07-25 02:54:48,789 CassandraDaemon.java:733 - Fatal
configuration error
org.apache.cassandra.exceptions.ConfigurationException: Cannot change the
number of tokens from 64 to 32
at
org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:966)
~[main/:na]
at
org.apache.cassandra.service.StorageService.initServer(StorageService.java:663)
~[main/:na]
at
org.apache.cassandra.service.StorageService.initServer(StorageService.java:548)
~[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:371)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:587)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:716)
[main/:na]
{code}
was:
example failure:
http://cassci.datastax.com/job/cassandra-3.9_dtest/18/testReport/cdc_test/TestCDC/test_cdc_data_available_in_cdc_raw
> dtest failure in cdc_test.TestCDC.test_cdc_data_available_in_cdc_raw
> --------------------------------------------------------------------
>
> Key: CASSANDRA-12286
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12286
> Project: Cassandra
> Issue Type: Test
> Reporter: Craig Kodman
> Assignee: Jim Witschey
> Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log,
> node2_debug.log, node2_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/18/testReport/cdc_test/TestCDC/test_cdc_data_available_in_cdc_raw
> EDIT: for posterity, here's Jenkins's output:
> {code}
> Error Message
> Unexpected error in log, see stdout
> -------------------- >> begin captured logging << --------------------
> dtest: DEBUG: cluster ccm directory: /tmp/dtest-Fmzmjh
> 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: 10000 rows inserted into ks.cdc_tab
> dtest: DEBUG: draining
> dtest: DEBUG: stopping
> dtest: DEBUG: adding node
> dtest: DEBUG: starting new node
> dtest: DEBUG: recreating ks and table
> dtest: DEBUG: creating new table
> dtest: DEBUG: stopping new node
> dtest: DEBUG: moving cdc_raw and restarting node
> dtest: DEBUG: moving
> /tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177396.log to
> /tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177396.log
> dtest: DEBUG: moving
> /tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177395.log to
> /tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177395.log
> dtest: DEBUG: removing ccm cluster test at: /tmp/dtest-Fmzmjh
> dtest: DEBUG: clearing ssl stores from [/tmp/dtest-Fmzmjh] directory
> --------------------- >> end captured logging << ---------------------
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 358, in run
> self.tearDown()
> File "/home/automaton/cassandra-dtest/dtest.py", line 663, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> "Unexpected error in log, see stdout\n-------------------- >> begin captured
> logging << --------------------\ndtest: DEBUG: cluster ccm directory:
> /tmp/dtest-Fmzmjh\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: 10000 rows inserted into ks.cdc_tab\ndtest: DEBUG:
> draining\ndtest: DEBUG: stopping\ndtest: DEBUG: adding node\ndtest: DEBUG:
> starting new node\ndtest: DEBUG: recreating ks and table\ndtest: DEBUG:
> creating new table\ndtest: DEBUG: stopping new node\ndtest: DEBUG: moving
> cdc_raw and restarting node\ndtest: DEBUG: moving
> /tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177396.log to
> /tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177396.log\ndtest:
> DEBUG: moving
> /tmp/dtest-Fmzmjh/test/node1/cdc_raw/CommitLog-6-1469415177395.log to
> /tmp/dtest-Fmzmjh/test/node2/commitlogs/CommitLog-6-1469415177395.log\ndtest:
> DEBUG: removing ccm cluster test at: /tmp/dtest-Fmzmjh\ndtest: DEBUG:
> clearing ssl stores from [/tmp/dtest-Fmzmjh] directory\n---------------------
> >> end captured logging << ---------------------"
> Standard Output
> Unexpected error in node2 log, error:
> ERROR [main] 2016-07-25 02:54:48,789 CassandraDaemon.java:733 - Fatal
> configuration error
> org.apache.cassandra.exceptions.ConfigurationException: Cannot change the
> number of tokens from 64 to 32
> at
> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:966)
> ~[main/:na]
> at
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:663)
> ~[main/:na]
> at
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:548)
> ~[main/:na]
> at
> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:371)
> [main/:na]
> at
> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:587)
> [main/:na]
> at
> org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:716)
> [main/:na]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)