Sean McCarthy created CASSANDRA-12939:
-----------------------------------------
Summary: dtest failure in
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_with_backoff
Key: CASSANDRA-12939
URL: https://issues.apache.org/jira/browse/CASSANDRA-12939
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
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-3.X_dtest/40/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_with_backoff
{code}
Error Message
250000 != 244475
...
dtest: DEBUG: Errors:
Using CQL driver: <module 'cassandra' from
'/home/automaton/cassandra/bin/../lib/cassandra-driver-internal-only-3.7.0.post0-2481531.zip/cassandra-driver-3.7.0.post0-2481531/cassandra/__init__.py'>
Using connect timeout: 5 seconds
Using 'utf-8' encoding
Using ssl: False
<stdin>:3:Error for (2730718820402670492, 3207787379576163567):
OperationTimedOut - errors={'127.0.0.1': 'Client request timeout. See
Session.execute[_async](timeout)'}, last_host=127.0.0.1 (permanently given up
after 1000 rows and 1 attempts)
<stdin>:3:Exported 96 ranges out of 97 total ranges, some records might be
missing
{code}{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/dtest.py", line 1099, in wrapped
f(obj)
File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in
wrapped
f(obj)
File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line
2613, in test_bulk_round_trip_with_backoff
copy_from_options={'MAXINFLIGHTMESSAGES': 64, 'MAXPENDINGCHUNKS': 1})
File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line
2508, in _test_bulk_round_trip
sum(1 for _ in open(tempfile2.name)))
File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)