Jim Witschey created CASSANDRA-11605:
----------------------------------------
Summary: dtest failure in
repair_tests.repair_test.TestRepair.dc_parallel_repair_test
Key: CASSANDRA-11605
URL: https://issues.apache.org/jira/browse/CASSANDRA-11605
Project: Cassandra
Issue Type: Test
Reporter: Jim Witschey
Assignee: DS Test Eng
example failure:
http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/217/testReport/repair_tests.repair_test/TestRepair/dc_parallel_repair_test
Failed on CassCI build cassandra-2.2_dtest_win32 #217
[~philipthompson] may be the person to look -- did you do the most recent stuff
with the repair tests?
Here's the output:
{code}
Error Message
Unexpected error in log, see stdout
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: d:\temp\dtest-mr7s9s
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: Starting cluster..
dtest: DEBUG: Inserting data...
dtest: DEBUG: Checking data...
dtest: DEBUG: starting repair...
dtest: DEBUG: removing ccm cluster test at: d:\temp\dtest-mr7s9s
dtest: DEBUG: clearing ssl stores from [d:\temp\dtest-mr7s9s] directory
--------------------- >> end captured logging << ---------------------
Stacktrace
File "C:\tools\python2\lib\unittest\case.py", line 358, in run
self.tearDown()
File
"D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\dtest.py", line
667, 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:
d:\\temp\\dtest-mr7s9s\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: Starting cluster..\ndtest: DEBUG: Inserting
data...\ndtest: DEBUG: Checking data...\ndtest: DEBUG: starting
repair...\ndtest: DEBUG: removing ccm cluster test at:
d:\\temp\\dtest-mr7s9s\ndtest: DEBUG: clearing ssl stores from
[d:\\temp\\dtest-mr7s9s] directory\n--------------------- >> end captured
logging << ---------------------"
Standard Output
Unexpected error in node2 log, error:
ERROR [NonPeriodicTasks:1] 2016-03-31 23:44:07,365 SSTableDeletingTask.java:83
- Unable to delete
d:\temp\dtest-mr7s9s\test\node2\data2\ks\cf-a61921b0f79911e581805f908c518710\la-2-big-Data.db
(it will be removed on server restart; we'll also retry after GC)
ERROR [NonPeriodicTasks:1] 2016-03-31 23:44:07,371 SSTableDeletingTask.java:83
- Unable to delete
d:\temp\dtest-mr7s9s\test\node2\data2\ks\cf-a61921b0f79911e581805f908c518710\la-1-big-Data.db
(it will be removed on server restart; we'll also retry after GC)
Standard Error
Started: node1 with pid: 1344
Started: node3 with pid: 4788
Started: node2 with pid: 5552
Started: node4 with pid: 7532
Started: node2 with pid: 7828
Started: node1 with pid: 5424
Started: node3 with pid: 3448
Started: node4 with pid: 3316
Started: node3 with pid: 6464
Started: node2 with pid: 2824
Started: node4 with pid: 4692
Started: node1 with pid: 7868
Started: node2 with pid: 3824
Started: node4 with pid: 6340
Started: node1 with pid: 6412
Started: node3 with pid: 6172
Started: node2 with pid: 7280
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)