You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefania (JIRA)" <ji...@apache.org> on 2016/05/26 01:10:12 UTC

[jira] [Comment Edited] (CASSANDRA-11800) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_blogposts_with_max_connections

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

Stefania edited comment on CASSANDRA-11800 at 5/26/16 1:09 AM:
---------------------------------------------------------------

The failure was caused by the {{SELECT COUNT\(*\)}} called after generating records: it didn't get a reply from one of the replicas, so nothing to do with cqlsh copy.  I also cannot find anything in the logs, other than the fact that the {{StatusLogger}} was running on all nodes when node4 received the last aggregated query request, so they were probably still 'digesting' the stress insert operation with longish NEW garbage collections (200-750 ms), node 4 also had 2 OLD collections that lasted 1.1 and 1.5 seconds but about 10 seconds after the aggregated query request.

I think it's safe to close.


was (Author: stefania):
The failure was caused by the {{SELECT COUNT\(*\)}} called after generating records: it didn't get a reply from one of the replicas, so nothing to do with cqlsh copy.  I also cannot find anything in the logs, other than the fact that the {{StatusLogger}} was running on all nodes when node4 received the last aggregated query request. 

I think it's safe to close.

> dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_blogposts_with_max_connections
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-11800
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11800
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Philip Thompson
>            Assignee: Sean McCarthy
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node2.log, node2_debug.log, node3.log, node3_debug.log, node4.log, node4_debug.log, node5.log, node5_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_offheap_dtest/371/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_blogposts_with_max_connections
> Failed on CassCI build cassandra-2.2_offheap_dtest #371
> The error is {code}
> code=1300 [Replica(s) failed to execute read] message="Operation failed - received 2 responses and 1 failures" info={'failures': 1, 'received_responses': 2, 'required_responses': 3, 'consistency': 'ALL'}
> {code}
> I've attached the node logs. The error message indicates some sort of error occurred on one of the replicas, but there is absolutely nothing in any of the logs.



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