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 40E2A9086 for ; Fri, 23 Mar 2012 11:59:59 +0000 (UTC) Received: (qmail 36431 invoked by uid 500); 23 Mar 2012 11:59:56 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 36339 invoked by uid 500); 23 Mar 2012 11:59:56 -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 36183 invoked by uid 99); 23 Mar 2012 11:59:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2012 11:59:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown -allip4:64.6.108.239 (nike.apache.org: encountered unrecognized mechanism during SPF processing of domain of hsn@filez.com) Received: from [64.6.108.239] (HELO ponto.amerinoc.com) (64.6.108.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2012 11:59:47 +0000 Received: from fbsd8.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id q2NBxM1F088868 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 23 Mar 2012 12:59:25 +0100 (CET) (envelope-from hsn@filez.com) Received: from [127.0.0.1] ([10.0.0.1]) by fbsd8.localdomain (8.14.4/8.14.4) with ESMTP id q2NBxGfV051759 for ; Fri, 23 Mar 2012 12:59:17 +0100 (CET) (envelope-from hsn@filez.com) Message-ID: <4F6C658E.1010508@filez.com> Date: Fri, 23 Mar 2012 12:59:10 +0100 From: Radim Kolar User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: cqlsh gets confused by tombstone Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120323-1, 23.03.2012), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org cqlsh> select * from whois.ipbans; KEY,80.65.56.165 KEY,204.229.100.77 KEY,75.144.148.1 KEY,111.191.88.7 'int' object has no attribute 'replace' cqlsh> its counter CF create column family ipbans with column_type = 'Standard' and comparator = 'AsciiType' and default_validation_class = 'CounterColumnType' and key_validation_class = 'AsciiType' and rows_cached = 500.0 and row_cache_save_period = 0 and row_cache_keys_to_save = 2147483647 and keys_cached = 50000.0 and key_cache_save_period = 14400 and read_repair_chance = 0.2 and gc_grace = 86400 and min_compaction_threshold = 2 and max_compaction_threshold = 32 and replicate_on_write = true and row_cache_provider = 'ConcurrentLinkedHashCacheProvider' and compaction_strategy = 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy' and comment = 'number of queries per IP address' and column_metadata = [ {column_name : 'hits', validation_class : CounterColumnType}];