[
https://issues.apache.org/jira/browse/CASSANDRA-12162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385936#comment-15385936
]
Jim Witschey commented on CASSANDRA-12162:
------------------------------------------
This is a relatively low-value failure, since it fails on Windows only. I'll
leave it open, and if it hasn't flapped after a few more runs, I'll close.
> dtest failure in
> repair_tests.repair_test.TestRepair.simple_sequential_repair_test
> ----------------------------------------------------------------------------------
>
> Key: CASSANDRA-12162
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12162
> Project: Cassandra
> Issue Type: Test
> Reporter: Sean McCarthy
> Assignee: DS Test Eng
> Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log,
> node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_dtest_win32/267/testReport/repair_tests.repair_test/TestRepair/simple_sequential_repair_test
> Failed on CassCI build cassandra-2.2_dtest_win32 #267
> {code}
> Stacktrace
> File "C:\tools\python2\lib\unittest\case.py", line 329, in run
> testMethod()
> File
> "D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\repair_tests\repair_test.py",
> line 241, in simple_sequential_repair_test
> self._simple_repair(sequential=True)
> File
> "D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\repair_tests\repair_test.py",
> line 295, in _simple_repair
> self._populate_cluster()
> File
> "D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\repair_tests\repair_test.py",
> line 98, in _populate_cluster
> insert_c1c2(session, n=1000, consistency=ConsistencyLevel.ALL)
> File
> "D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\tools.py",
> line 78, in insert_c1c2
> execute_concurrent_with_args(session, statement, [['k{}'.format(k)] for k
> in keys])
> File "cassandra\concurrent.py", line 224, in
> cassandra.concurrent.execute_concurrent_with_args
> (cassandra/concurrent.c:5996)
> return execute_concurrent(session, zip(cycle((statement,)), parameters),
> *args, **kwargs)
> File "cassandra\concurrent.py", line 92, in
> cassandra.concurrent.execute_concurrent (cassandra/concurrent.c:1455)
> return executor.execute(concurrency, raise_on_first_error)
> File "cassandra\concurrent.py", line 187, in
> cassandra.concurrent.ConcurrentExecutorListResults.execute
> (cassandra/concurrent.c:4824)
> return super(ConcurrentExecutorListResults, self).execute(concurrency,
> fail_fast)
> File "cassandra\concurrent.py", line 115, in
> cassandra.concurrent._ConcurrentExecutor.execute (cassandra/concurrent.c:2120)
> return self._results()
> File "cassandra\concurrent.py", line 201, in
> cassandra.concurrent.ConcurrentExecutorListResults._results
> (cassandra/concurrent.c:5617)
> with self._condition:
> File "cassandra\concurrent.py", line 205, in
> cassandra.concurrent.ConcurrentExecutorListResults._results
> (cassandra/concurrent.c:5549)
> self._raise(self._exception)
> File "cassandra\concurrent.py", line 153, in
> cassandra.concurrent._ConcurrentExecutor._raise (cassandra/concurrent.c:3498)
> raise exc
> 'Error from server: code=1500 [Replica(s) failed to execute write]
> message="Operation failed - received 2 responses and 1 failures"
> info={\'failures\': 1, \'received_responses\': 2, \'required_responses\': 3,
> \'consistency\': \'ALL\'}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)