Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1CC92200B68 for ; Fri, 19 Aug 2016 12:13:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1B6F5160A8E; Fri, 19 Aug 2016 10:13:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 654F7160ABC for ; Fri, 19 Aug 2016 12:13:22 +0200 (CEST) Received: (qmail 94411 invoked by uid 500); 19 Aug 2016 10:13:21 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 94400 invoked by uid 99); 19 Aug 2016 10:13:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2016 10:13:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 288B52C0155 for ; Fri, 19 Aug 2016 10:13:21 +0000 (UTC) Date: Fri, 19 Aug 2016 10:13:21 +0000 (UTC) From: "Stefania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12092) dtest failure in consistency_test.TestAccuracy.test_simple_strategy_counters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 19 Aug 2016 10:13:23 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427952#comment-15427952 ] Stefania commented on CASSANDRA-12092: -------------------------------------- I was able to reproduce one [failure|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-dtest-multiplex/23/] with debug logs finally, see [^jenkins-stef1927-dtest-multiplex-23_logs.000.tar.gz] attached. It seems that when the test fails, a digest arrives before the local read completes at CL ONE, and this triggers async repair due to the digest mismatch if the other node has a different counter value, which is expected. However, I haven't understood why none of the two nodes returns the up-to-date counter from the local data response, since at least one of them should have applied the mutation that it received from the leader - given that we write at CL.QUORUM. So I'm still investigating. > dtest failure in consistency_test.TestAccuracy.test_simple_strategy_counters > ---------------------------------------------------------------------------- > > Key: CASSANDRA-12092 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12092 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Stefania > Labels: dtest > Attachments: jenkins-stef1927-dtest-multiplex-23_logs.000.tar.gz, node1.log, node2.log, node3.log > > > example failure: > http://cassci.datastax.com/job/cassandra-2.1_dtest/484/testReport/consistency_test/TestAccuracy/test_simple_strategy_counters > Failed on CassCI build cassandra-2.1_dtest #484 > {code} > Standard Error > Traceback (most recent call last): > File "/home/automaton/cassandra-dtest/consistency_test.py", line 514, in run > valid_fcn(v) > File "/home/automaton/cassandra-dtest/consistency_test.py", line 497, in validate_counters > check_all_sessions(s, n, c) > File "/home/automaton/cassandra-dtest/consistency_test.py", line 490, in check_all_sessions > "value of %s at key %d, instead got these values: %s" % (write_nodes, val, n, results) > AssertionError: Failed to read value from sufficient number of nodes, required 2 nodes to have a counter value of 1 at key 200, instead got these values: [0, 0, 1] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)