Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 13565 invoked from network); 28 Nov 2009 23:57:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Nov 2009 23:57:46 -0000 Received: (qmail 27381 invoked by uid 500); 28 Nov 2009 23:57:45 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 27326 invoked by uid 500); 28 Nov 2009 23:57:44 -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 27317 invoked by uid 99); 28 Nov 2009 23:57:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2009 23:57:44 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mobiledreamers@gmail.com designates 209.85.160.41 as permitted sender) Received: from [209.85.160.41] (HELO mail-pw0-f41.google.com) (209.85.160.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2009 23:57:34 +0000 Received: by pwj1 with SMTP id 1so1607013pwj.20 for ; Sat, 28 Nov 2009 15:57:13 -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 :date:message-id:subject:from:to:content-type; bh=SQaGsCedFDdtdZ+eewf0a28VoceaGdZt53htON65u7k=; b=IhQWEoSk4mXS+P4Xof1im3SvNUeLgMGImH+oAB9HRypYY8G07O0ePuI1kd9y3mGyo1 kf+0B4c3ktRh50bv3af+ui8xmnYn7XSDcQ77DaquVEiyvRyCswNuP1P0aj6bocEqZI/J Ewv0TRF3BpKWTjll+YW0p9sR4RojinQZvWbLE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=YxhZ4hwDKevmnydbg1j1niweuJ9Mk8n64zNdE2yjOxlTcC616IkAeJnKMoQ4InHsDj MVB4rx37B9h6ormGgMaoahiLhkoQBO47RhxeVW2ALaXY3GNu2ixAR9o7a02YlyFmEjNu /eYzsVBrRnh/5/9lk2x25Z4sboWEmxmgQzPyQ= MIME-Version: 1.0 Received: by 10.114.237.30 with SMTP id k30mr4436127wah.102.1259452633120; Sat, 28 Nov 2009 15:57:13 -0800 (PST) In-Reply-To: <59DD1BA8FD3C0F4C90771C18F2B5B53A4C84DB7B7B@GVW0432EXB.americas.hpqcorp.net> References: <59DD1BA8FD3C0F4C90771C18F2B5B53A4C84DB7B7B@GVW0432EXB.americas.hpqcorp.net> Date: Sat, 28 Nov 2009 15:57:13 -0800 Message-ID: Subject: Re: java.util.concurrent.TimeoutException: Operation timed out - received only 0 responses from . From: mobiledreamers@gmail.com To: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e64b95e0cf018e0479772af7 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64b95e0cf018e0479772af7 Content-Type: text/plain; charset=ISO-8859-1 thanks i dont have more than 1 node ie just one node operation so dunno if the timeout increase will help but trying it out On Wed, Nov 25, 2009 at 11:16 AM, Freeman, Tim wrote: > I use > > > > 30000 > > > > in storage-conf.xml, and for the most part that makes the timeouts go > away. My application would rather wait 30 seconds if needed, since it would > otherwise retry. YMMV. I hear that Cassandra 0.5 will be better at > avoiding the timeouts. > > > > Tim Freeman > Email: tim.freeman@hp.com > Desk in Palo Alto: (650) 857-2581 > Home: (408) 774-1298 > Cell: (408) 348-7536 (No reception business hours Monday, Tuesday, and > Thursday; call my desk instead.) > > > > *From:* mobiledreamers@gmail.com [mailto:mobiledreamers@gmail.com] > *Sent:* Monday, November 23, 2009 12:26 PM > *To:* cassandra-user@incubator.apache.org > *Subject:* Re: java.util.concurrent.TimeoutException: Operation timed out > - received only 0 responses from . > > > > this error keeps coming up... > > any ideas on how to avoid this error? > > > > On Wed, Nov 18, 2009 at 11:25 PM, wrote: > > Can you plase tell what this error is ? > > > > ERROR - error writing key ruske > > *java.util.concurrent.TimeoutException: Operation timed out - received > only 0 responses from .* > > at > org.apache.cassandra.service.QuorumResponseHandler.get(QuorumResponseHandler.java:88) > > at > org.apache.cassandra.service.StorageProxy.insertBlocking(StorageProxy.java:164) > > at > org.apache.cassandra.service.CassandraServer.doInsert(CassandraServer.java:468) > > at > org.apache.cassandra.service.CassandraServer.batch_insert(CassandraServer.java:448) > > at > org.apache.cassandra.service.Cassandra$Processor$batch_insert.process(Cassandra.java:854) > > at > org.apache.cassandra.service.Cassandra$Processor.process(Cassandra.java:627) > > at > org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:253) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > > at java.lang.Thread.run(Thread.java:619) > > > > > > Errors > > > > > -- > Bidegg worlds best auction site > http://bidegg.com > -- Bidegg worlds best auction site http://bidegg.com --0016e64b95e0cf018e0479772af7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable thanks i dont have more than 1 node ie just one node operation
so dunno= if the timeout increase will help

but trying it o= ut

On Wed, Nov 25, 2009 at 11:16 AM, Free= man, Tim <tim.fr= eeman@hp.com> wrote:

I use=

=A0

=A0= =A0 =A0=A0<RpcTimeoutInMillis>30000</RpcTimeoutInMillis>=

=A0

in st= orage-conf.xml, and for the most part that makes the timeouts go away.=A0 My application would rather wait 30 seconds if needed,= since it would otherwise retry. =A0YMMV.=A0 I hear that Cassandra 0.5 will be bet= ter at avoiding the timeouts.

=A0

Tim F= reeman
Email: tim.freeman@= hp.com
Desk in Palo Alto: (650) 857-2581
Home: (408) 774-1298
Cell: (408) 348-7536 (No reception business hours Monday, Tuesday, and Thursday; call my desk instead.)

=A0

From:= mobiledreamer= s@gmail.com [mailto:mobiledreamers@gmail.com]
Sent: Monday, November 23, 2009 12:26 PM
To: cassandra-user@incubator.apache.org
Subject: Re: java.util.concurrent.TimeoutException: Operation timed = out - received only 0 responses from .




--
Bidegg worlds best auct= ion site
http://bidegg.com
--0016e64b95e0cf018e0479772af7--