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 C639761E0 for ; Sat, 23 Jul 2011 20:47:46 +0000 (UTC) Received: (qmail 71949 invoked by uid 500); 23 Jul 2011 20:47:44 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 71655 invoked by uid 500); 23 Jul 2011 20:47:43 -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 71646 invoked by uid 99); 23 Jul 2011 20:47:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 20:47:43 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [200.40.51.14] (HELO vhosts12.montevideo.net.uy) (200.40.51.14) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 20:47:35 +0000 MailScanner-NULL-Check: 1312058830.68772@Ce4qgx8d7ANGpURBDJn4yw Received: from mail-qw0-f44.google.com (mail-qw0-f44.google.com [209.85.216.44]) (authenticated bits=0) by vhosts12.montevideo.net.uy (8.13.1/8.13.1) with ESMTP id p6NKl3RL007025 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sat, 23 Jul 2011 17:47:07 -0300 Received: by qwc23 with SMTP id 23so2500198qwc.31 for ; Sat, 23 Jul 2011 13:47:02 -0700 (PDT) Received: by 10.229.99.145 with SMTP id u17mr2191371qcn.236.1311454022742; Sat, 23 Jul 2011 13:47:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.237.81 with HTTP; Sat, 23 Jul 2011 13:46:42 -0700 (PDT) From: Guillermo Winkler Date: Sat, 23 Jul 2011 17:46:42 -0300 Message-ID: Subject: After column deletion cassandra won't insert more data to a specific key To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=0016364ef2b42a33e504a8c2aff7 X-MontevideoCOMM-MailScanner-Information: Please contact the ISP for more information X-MontevideoCOMM-MailScanner: Found to be clean X-MontevideoCOMM-MailScanner-SpamCheck: no es spam (whitelisted) X-MontevideoCOMM-MailScanner-From: gwinkler@inconcertcc.com --0016364ef2b42a33e504a8c2aff7 Content-Type: text/plain; charset=ISO-8859-1 I'm having a strange behavior on one of my cassandra boxes, after all columns are removed from a row, insertion on that key stops working (from API and from the cli) [default@Agent] get Schedulers['atendimento']; Returned 0 results. [default@Agent] set Schedulers['atendimento']['test'] = 'dd'; Value inserted. [default@Agent] get Schedulers['atendimento']; Returned 0 results. Already tried nodetool flush/compact/repair on the CF, doesn't fix the problem. With a ver simple setup: * only one node in the cluster (the cluster never had more nodes nor replicas) * random partitioner * CF defined as "create column family Schedulers with comparator=BytesType;" The only way for it to start working again is to truncate the CF. Do you have any clues how to diagnose what's going on? Thanks, Guille --0016364ef2b42a33e504a8c2aff7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm having a strange behavior on one of my cassandra boxes, after all c= olumns are removed from a row, insertion on that key stops working (from AP= I and from the cli)

[default@Agent] get Schedulers[= 'atendimento'];
Returned 0 results.
[default@Agent] set Schedulers['aten= dimento']['test'] =3D 'dd';
Value inserted.
[default@Agent] get Schedulers['atendimento'];
Returned 0 results.

Already tried nodetool f= lush/compact/repair on the CF, doesn't fix the problem.

<= /div>
With a ver simple setup:
* only one node in the cl= uster (the cluster never had more nodes nor replicas)
* random partitioner
* CF defined as "create column fam= ily Schedulers with comparator=3DBytesType;"

The only way for it to start working again is to truncate the CF.

Do you have any clues how to diagnose what's going = on?

Thanks,
Guille

<= div>
--0016364ef2b42a33e504a8c2aff7--