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 F2941200B81 for ; Mon, 29 Aug 2016 13:43:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F1595160AA7; Mon, 29 Aug 2016 11:43:22 +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 6D976160AB8 for ; Mon, 29 Aug 2016 13:43:22 +0200 (CEST) Received: (qmail 11619 invoked by uid 500); 29 Aug 2016 11:43: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 11562 invoked by uid 99); 29 Aug 2016 11:43:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2016 11:43:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2EDEE2C0156 for ; Mon, 29 Aug 2016 11:43:21 +0000 (UTC) Date: Mon, 29 Aug 2016 11:43:21 +0000 (UTC) From: "Benjamin Lerer (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11195) paging may returns incomplete results on small page size MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 29 Aug 2016 11:43:23 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15445620#comment-15445620 ] Benjamin Lerer commented on CASSANDRA-11195: -------------------------------------------- I started to work again on this problem but the problem is quite difficult to investigate because I have a lot of problem to reproduce it. I have been able to reproduce it only once on the last 40 runs. > paging may returns incomplete results on small page size > -------------------------------------------------------- > > Key: CASSANDRA-11195 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11195 > Project: Cassandra > Issue Type: Bug > Reporter: Jim Witschey > Assignee: Benjamin Lerer > Labels: dtest > Attachments: allfiles.tar.gz, node1.log, node1_debug.log, node2.log, node2_debug.log > > > This was found through a flapping test, and running that test is still the easiest way to repro the issue. On CI we're seeing a 40-50% failure rate, but locally this test fails much less frequently. > If I attach a python debugger and re-query the "bad" query, it continues to return incomplete data indefinitely. If I go directly to cqlsh I can see all rows just fine. -- This message was sent by Atlassian JIRA (v6.3.4#6332)