Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 41050 invoked from network); 23 Nov 2009 17:08:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 17:08:19 -0000 Received: (qmail 85510 invoked by uid 500); 23 Nov 2009 17:08:19 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 85499 invoked by uid 500); 23 Nov 2009 17:08:19 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 85490 invoked by uid 99); 23 Nov 2009 17:08:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 17:08:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.219.220 as permitted sender) Received: from [209.85.219.220] (HELO mail-ew0-f220.google.com) (209.85.219.220) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 17:08:11 +0000 Received: by ewy20 with SMTP id 20so1892391ewy.20 for ; Mon, 23 Nov 2009 09:07:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=xYxVvksi9sQaHD6jVmqnNoqoz8ZjzYe7c7lHWPkxaec=; b=eaCxk+5DvsvBPwpkXEFLx6cWTwcZ1UsHYsPkTGINeOUJgUm20ujGHxFxM5CH0C+p8A 2DLiwcP/cJArWNRHlkGinf2i6MyF+bfIOKCyKdvOHotMuN7H39p1/qFqs49+VD+U1a77 vSnTgLmlqDzCVfyRrqgz4O6fIVP0yS65x8YFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=cXoJsESB9Bw7G00OXrKoQdReYWtdWaVLV44yxITfJIU5k454ILKzqqBcWp6AhK4mkK JzSZxVj+2O/Ph9wi3cPRMiTftnardkT6iD3vURUnPo1WWF9PPndpEK2RgbV7GvriBoEj /OaR3XJ5TZXjH7a3+1HbDF/CJtQA+lWl9R2dA= MIME-Version: 1.0 Received: by 10.216.86.129 with SMTP id w1mr1575902wee.145.1258996070126; Mon, 23 Nov 2009 09:07:50 -0800 (PST) In-Reply-To: References: From: Jonathan Ellis Date: Mon, 23 Nov 2009 11:07:30 -0600 Message-ID: Subject: Re: get_key_range timeouts To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Have you tried get_range_slice on trunk instead? get_key_range's design is kind of fundamentally broken, so we're deprecating it in favor of get_range_slice starting in 0.5. (gkr will still be in the 0.5 series, but probably not after that.) On Mon, Nov 23, 2009 at 11:03 AM, Dan Di Spaltro wrote: > I am trying to use get_key_range for an offline type job over about > 18k keys and it keeps timing out. =A0My current setup is 3x4G memory > machines with OPP and a replication factor of 2, and an rpctimeout of > 180s. =A0 =A0To combat this I've actually made the KeyCachedFraction 100 > to see if this could help, and no matter how few of the key ranges I > want, I am unable to get any response from the system. > > get_slice's work fine, among all the other commands, I just can't seem > to get get_key_range working. =A0My current workload has few keys and > lots of columns. > > Any advice to debug this would be appreciated. > > -- > Dan Di Spaltro >