Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 36801 invoked from network); 6 Apr 2011 10:04:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 10:04:17 -0000 Received: (qmail 85381 invoked by uid 500); 6 Apr 2011 10:04:14 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 85284 invoked by uid 500); 6 Apr 2011 10:04:14 -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 85276 invoked by uid 99); 6 Apr 2011 10:04:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 10:04:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of izquierdo@strands.com designates 217.116.18.226 as permitted sender) Received: from [217.116.18.226] (HELO mail.strands.com) (217.116.18.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 10:04:09 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.strands.com (Postfix) with ESMTP id 7302E2F3781 for ; Wed, 6 Apr 2011 12:03:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at strands.com X-Spam-Score: -9.5 X-Spam-Level: Received: from mail.strands.com ([127.0.0.1]) by localhost (mail.strands.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uArvEOV+AbO6 for ; Wed, 6 Apr 2011 12:03:47 +0200 (CEST) Received: from [192.168.1.129] (55.67.217.87.dynamic.jazztel.es [87.217.67.55]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: izquierdo) by mail.strands.com (Postfix) with ESMTPSA id 41F4C2F021A for ; Wed, 6 Apr 2011 12:03:47 +0200 (CEST) Subject: Re: RE: batch_mutate failed: out of sequence response From: =?ISO-8859-1?Q?H=E9ctor?= Izquierdo Seliva To: user@cassandra.apache.org In-Reply-To: References: <1302006619.5305.7.camel@mierdi-laptop> <4d9b1a88.0335640a.75ef.2f64@mx.google.com> <1302011001.5305.12.camel@mierdi-laptop> Content-Type: text/plain; charset="UTF-8" Date: Wed, 06 Apr 2011 12:03:45 +0200 Message-ID: <1302084225.3044.7.camel@Avalon> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-9.5 required=5.1 tests=[ALL_TRUSTED=-5.5, BAYES_00=-4] autolearn=ham El mié, 06-04-2011 a las 09:06 +1000, Dan Washusen escribió: > Pelops raises a RuntimeException? Can you provide more info please? > org.scale7.cassandra.pelops.exceptions.ApplicationException: batch_mutate failed: out of sequence response > -- > Dan Washusen > Make big files fly > visit digitalpigeon.com > > On Tuesday, 5 April 2011 at 11:43 PM, Héctor Izquierdo Seliva wrote: > > > El mar, 05-04-2011 a las 09:35 -0400, Dan Hendry escribió: > > > I too have seen the out of sequence response problem. My solution > > > has just been to retry and it seems to work. None of my mutations > > > are THAT large (< 200 columns). > > > > > > The only related information I could find points to a > > > thrift/ubuntu bug of some kind > > > (http://markmail.org/message/xc3tskhhvsf5awz7). What OS are you > > > running? > > > > > > Dan > > > > > > > Hi Dan. I'm running on Debian stable and cassandra 0.7.4. I have > > rows > > with up to 1000 columns. I have changed the way I was doing the > > batch > > mutates to never be bigger than 100 columns at a time. I hope this > > will > > work, otherwise the move is going to take too long. > > > > The problem is aggravated by Pelops not retrying automatically and > > instead raising a RuntimeException. > > > > I'll try to add a retry if this doesn't work. > > > > Thanks for your response! > > > > Héctor > > > > > -----Original Message----- > > > From: Héctor Izquierdo Seliva [mailto:izquierdo@strands.com] > > > Sent: April-05-11 8:30 > > > To: user@cassandra.apache.org > > > Subject: batch_mutate failed: out of sequence response > > > > > > Hi everyone. I'm having trouble while inserting big amounts of > > > data into > > > cassandra. I'm getting this exception: > > > > > > batch_mutate failed: out of sequence response > > > > > > I'm gessing is due to very big mutates. I have made the batch > > > mutates > > > smaller and it seems to be behaving. Can somebody shed some light? > > > > > > Thanks! > > > > > > No virus found in this incoming message. > > > Checked by AVG - www.avg.com > > > Version: 9.0.894 / Virus Database: 271.1.1/3551 - Release Date: > > > 04/05/11 02:34:00 > > > > >