Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 30143 invoked from network); 11 Feb 2011 10:34:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 10:34:09 -0000 Received: (qmail 52428 invoked by uid 500); 11 Feb 2011 10:34:07 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 52346 invoked by uid 500); 11 Feb 2011 10:34:04 -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 52338 invoked by uid 99); 11 Feb 2011 10:34:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 10:34:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of joshua.java@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 10:33:57 +0000 Received: by fxm9 with SMTP id 9so2944387fxm.31 for ; Fri, 11 Feb 2011 02:33:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=1FpcIqwt9+apImh1y3Yg+W+Pm3+rY6KVyyhnr8zONNY=; b=eVCj6vBOOON5zUyOoxuPp+5yfQHt036HFxxJ/SxDJIx4/CYFpkB6AwrBqLxGR30MNU xtU7xCtMu/UwFASenRHcmpuxuRHtFeXxT8ANS1EterTje7vXT27h+hDyVNmVrMLlSfPP QFEmd0Ly4AFgJ7L8+EbdFrq7qYYM9ELMsgks8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XogjVjIh+CeA5mooIcwXIU3Mq75x25qrizZ2yJTz41a+kLkgWeN3UfrFXlPj/wsc8T bnM0UwudBZvxDI/NPPAvwNwotz1OehHIYBz7vLjG2OnKPkVjAusWx72kFksERzKy61RR jn4taf4l+9/iCgrhAXC9uG9h4aeYgAI9Ra9oY= MIME-Version: 1.0 Received: by 10.223.114.135 with SMTP id e7mr334019faq.78.1297420416176; Fri, 11 Feb 2011 02:33:36 -0800 (PST) Received: by 10.223.124.197 with HTTP; Fri, 11 Feb 2011 02:33:36 -0800 (PST) Date: Fri, 11 Feb 2011 21:33:36 +1100 Message-ID: Subject: Why is it when I removed a row the RowKey is still there? From: Joshua Partogi To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, I am very puzzled with this. So I removed a row from the client, but when I query the data from CLI, the rowkey is still there: RowKey: 3 ------------------- RowKey: 2 => (column=6e616d65, value=42696c6c, timestamp=1297338131027004) ------------------- RowKey: 1 => (column=6e616d65, value=4a6f65, timestamp=1297420269035522) Did I do something wrong? What do I need to do in order to completely remove the entire row with its key. Thank you for the assistance. Kind regards, Joshua -- http://twitter.com/jpartogi