Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 461F7DB98 for ; Wed, 7 Nov 2012 12:16:34 +0000 (UTC) Received: (qmail 87395 invoked by uid 500); 7 Nov 2012 12:16:31 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 87368 invoked by uid 500); 7 Nov 2012 12:16:31 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 87327 invoked by uid 99); 7 Nov 2012 12:16:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2012 12:16:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andre.cruz@co.sapo.pt designates 212.55.154.23 as permitted sender) Received: from [212.55.154.23] (HELO sapo.pt) (212.55.154.23) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Nov 2012 12:16:22 +0000 Received: (qmail 3223 invoked from network); 7 Nov 2012 12:16:00 -0000 Received: from unknown (HELO sapo.pt) (10.134.37.165) by relay3 with SMTP; 7 Nov 2012 12:16:00 -0000 Received: (qmail 589 invoked from network); 7 Nov 2012 12:16:00 -0000 Received: from unknown (HELO [10.134.132.163]) (robotswedding@sapo.pt@[194.65.5.235]) (envelope-sender ) by mta15 (qmail-ptmail-1.0.0) with AES128-SHA encrypted SMTP for ; 7 Nov 2012 12:15:56 -0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Strange delay in query From: =?iso-8859-1?Q?Andr=E9_Cruz?= In-Reply-To: Date: Wed, 7 Nov 2012 12:15:55 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <4C258FB6-F8BF-43E2-B678-7BF8CECB2A49@co.sapo.pt> References: <274B0A13-59D2-4220-8711-36F370721DE4@co.sapo.pt> To: X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org On Nov 7, 2012, at 2:12 AM, Chuan-Heng Hsiao = wrote: > I assume you are using cassandra-cli and connecting to some specific = node. >=20 > You can check the following steps: >=20 > 1. Can you still reproduce this issue? (not -> maybe the system/node = issue) Yes. I can reproduce this issue on all 3 nodes. Also, I have a = replication factor of 3. > 2. What's the result when query without limit? This row has 600k columns. I issued a count, and after some 10s: [disco@Disco] count = NamespaceRevision[3cd88d97-ffde-44ca-8ae9-5336caaebc4e]; 609054 columns > 3. What's the result after doing nodetool repair -pr on that > particular column family and that node? I already issued a "nodetool repair" on all nodes, nothing changed. = Would your command be any different? > btw, there seems to be some minor bug in the 1.1.5 cassandra-cli (but > not in 1.1.6). This error also happens on my application that uses pycassa, so I don't = think this is the same bug. Thanks for the help! Andr=E9=