You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/08/11 15:51:20 UTC

[jira] [Commented] (CASSANDRA-12440) dtest failure in consistency_test.TestConsistency.readrepair_test

    [ https://issues.apache.org/jira/browse/CASSANDRA-12440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417474#comment-15417474 ] 

Philip Thompson commented on CASSANDRA-12440:
---------------------------------------------

Multiplexing here: http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/239/

> dtest failure in consistency_test.TestConsistency.readrepair_test
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-12440
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12440
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Craig Kodman
>            Assignee: Philip Thompson
>              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.0_dtest/789/testReport/consistency_test/TestConsistency/readrepair_test
> {code}
> Error Message
> Error from server: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message="Operation timed out - received only 1 responses." info={'received_responses': 1, 'required_responses': 2, 'consistency': 'QUORUM'}
> -------------------- >> begin captured logging << --------------------
> dtest: DEBUG: cluster ccm directory: /tmp/dtest-ola0t8
> 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: Retrying request after UE. Attempt #0
> dtest: DEBUG: Retrying request after UE. Attempt #1
> dtest: DEBUG: Retrying request after UE. Attempt #2
> dtest: DEBUG: Retrying request after UE. Attempt #3
> dtest: DEBUG: Retrying request after UE. Attempt #4
> --------------------- >> end captured logging << ---------------------
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/consistency_test.py", line 904, in readrepair_test
>     query_c1c2(session, n, ConsistencyLevel.QUORUM)
>   File "/home/automaton/cassandra-dtest/tools.py", line 83, in query_c1c2
>     rows = list(session.execute(query))
>   File "cassandra/cluster.py", line 1941, in cassandra.cluster.Session.execute (cassandra/cluster.c:33653)
>     return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile).result()
>   File "cassandra/cluster.py", line 3629, in cassandra.cluster.ResponseFuture.result (cassandra/cluster.c:69380)
>     raise self._final_exception
> 'Error from server: code=1200 [Coordinator node timed out waiting for replica nodes\' responses] message="Operation timed out - received only 1 responses." info={\'received_responses\': 1, \'required_responses\': 2, \'consistency\': \'QUORUM\'}\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /tmp/dtest-ola0t8\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: Retrying request after UE. Attempt #0\ndtest: DEBUG: Retrying request after UE. Attempt #1\ndtest: DEBUG: Retrying request after UE. Attempt #2\ndtest: DEBUG: Retrying request after UE. Attempt #3\ndtest: DEBUG: Retrying request after UE. Attempt #4\n--------------------- >> end captured logging << ---------------------'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)