Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 69881 invoked from network); 27 May 2010 13:28:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 13:28:25 -0000 Received: (qmail 477 invoked by uid 500); 27 May 2010 13:28:24 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 420 invoked by uid 500); 27 May 2010 13:28:23 -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 412 invoked by uid 99); 27 May 2010 13:28:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 13:28:23 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bill@dehora.net designates 207.7.108.242 as permitted sender) Received: from [207.7.108.242] (HELO chilco.textdrive.com) (207.7.108.242) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 13:28:15 +0000 Received: from [192.168.3.64] (87-198-172-217.ptr.magnet.ie [87.198.172.217]) by chilco.textdrive.com (Postfix) with ESMTP id C2E2CE3B3F for ; Thu, 27 May 2010 13:27:53 +0000 (UTC) Message-ID: <4BFE7355.3040800@dehora.net> Date: Thu, 27 May 2010 14:27:49 +0100 From: Bill de hOra User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Remove and BytesType Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Saw some behaviour today on Cassandra 0.6.1 - After running a remove command on a row in a CF whose CompareWith was BytesType the row was still there, and still there after bouncing the server. This was the case for hector/cli. When I changed the CompareWith to UTF8Type, new rows added could be removed (old rows wouldn't delete). Was wondering if anyone else had seen this. Bill