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 0C99E1DB8 for ; Tue, 19 Apr 2011 21:39:37 +0000 (UTC) Received: (qmail 10073 invoked by uid 500); 19 Apr 2011 21:39:35 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 10038 invoked by uid 500); 19 Apr 2011 21:39:35 -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 10030 invoked by uid 99); 19 Apr 2011 21:39:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2011 21:39:35 +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 (nike.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; Tue, 19 Apr 2011 21:39:26 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.strands.com (Postfix) with ESMTP id 1591A300154 for ; Tue, 19 Apr 2011 23:39:06 +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 1FkB5GptXyfT for ; Tue, 19 Apr 2011 23:39:05 +0200 (CEST) Received: from [192.168.1.129] (191.207.218.87.dynamic.jazztel.es [87.218.207.191]) (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 9DA0F300153 for ; Tue, 19 Apr 2011 23:39:05 +0200 (CEST) Subject: Re: Tombstones and memtable_operations From: =?ISO-8859-1?Q?H=E9ctor?= Izquierdo Seliva To: user@cassandra.apache.org In-Reply-To: <163F182F-15B7-42D9-8DC6-F1FE2EDBFEFF@thelastpickle.com> References: <1303227390.1906.12.camel@mierdi-laptop> <1303230113.1906.15.camel@mierdi-laptop> <834ED25B-248A-484D-8541-9ED49EC3D67D@thelastpickle.com> <1303244723.1832.8.camel@Avalon> <1303245583.1832.10.camel@Avalon> <3C0C81C9-E9AF-4E85-8D97-B2B468F389DD@thelastpickle.com> <1303247071.1832.12.camel@Avalon> <163F182F-15B7-42D9-8DC6-F1FE2EDBFEFF@thelastpickle.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 19 Apr 2011 23:39:04 +0200 Message-ID: <1303249144.1832.16.camel@Avalon> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org 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é, 20-04-2011 a las 09:08 +1200, aaron morton escribió: > Yes, I saw that. > > Wanted to know what "issue deletes through pelops" means so I can work out what command it's sending to cassandra and hopefully I don't waste my time looking in the wrong place. > > Aaron > Oh, sorry. Didn't get what you were asking. I use this code: RowDeletor deletor = Pelops.createRowDeletor(keySpace); deletor.deleteRow(cf, rowId, ConsistencyLevel.QUORUM); which seems to be calling org.apache.cassandra.thrift.Cassandra.Client.remove. I hope this is useful