Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACED096A9 for ; Wed, 29 Feb 2012 09:10:33 +0000 (UTC) Received: (qmail 23111 invoked by uid 500); 29 Feb 2012 09:10:33 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 23065 invoked by uid 500); 29 Feb 2012 09:10:33 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 23045 invoked by uid 99); 29 Feb 2012 09:10:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 09:10:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 09:10:16 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E319B5411C for ; Wed, 29 Feb 2012 09:09:56 +0000 (UTC) Date: Wed, 29 Feb 2012 09:09:56 +0000 (UTC) From: "Mariusz (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <188640629.1890.1330506596931.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1919378932.22730.1330339668863.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3964) Columns isn`t updated, although insert operation ends with success MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219011#comment-13219011 ] Mariusz commented on CASSANDRA-3964: ------------------------------------ yep, you`re right... big thanks for assistance! > Columns isn`t updated, although insert operation ends with success > ------------------------------------------------------------------ > > Key: CASSANDRA-3964 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3964 > Project: Cassandra > Issue Type: Bug > Reporter: Mariusz > > Hi, > i`m adding several rows into CF(i`m using hadoop mapreduce jobs and pycassa python client to do that), i`m using default write_consistency_level, it`s one node cluster(but it happens also on 2 node cluster), the timestamps for all inserts are returned, no exception in system.log and output.log in cassandra log directory... > After that i cannot update these rows(logs from cassandra-cli): > {code} > [default@test_keyspace] get TestCF[505fd8b270b0873c4d7e7606c9d54fdf3f13b435]; > => (column=test, value=test2, timestamp=1330338712820056) > Returned 1 results. > Elapsed time: 2 msec(s). > [default@test_keyspace] set TestCF[505fd8b270b0873c4d7e7606c9d54fdf3f13b435][test]=test3; > Value inserted. > Elapsed time: 4 msec(s). > [default@test_keyspace] get TestCF[505fd8b270b0873c4d7e7606c9d54fdf3f13b435]; > => (column=test, value=test2, timestamp=1330338712820056) > Returned 1 results. > Elapsed time: 2 msec(s). > {code} > I`m running cluster on snapshots from cassandra-1.1 branch from about a week ago, however it happen on several snapshot i`ve taken. I can find out the exact commit, if needed. > Definition of TestCF: > {code} > ColumnFamily: TestCF > Key Validation Class: org.apache.cassandra.db.marshal.AsciiType > Default column value validator: org.apache.cassandra.db.marshal.UTF8Type > Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type > GC grace seconds: 864000 > Compaction min/max thresholds: 4/32 > Read repair chance: 1.0 > DC Local Read repair chance: 0.0 > Replicate on write: true > Caching: KEYS_ONLY > Bloom Filter FP chance: default > Built indexes: [] > Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy > Compression Options: > sstable_compression: org.apache.cassandra.io.compress.SnappyCompressor > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira