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 6AB3C9860 for ; Wed, 22 Aug 2012 12:40:44 +0000 (UTC) Received: (qmail 53358 invoked by uid 500); 22 Aug 2012 12:40:44 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 53151 invoked by uid 500); 22 Aug 2012 12:40:40 -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 52458 invoked by uid 99); 22 Aug 2012 12:40:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 12:40:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E6BF12C08D0 for ; Wed, 22 Aug 2012 12:40:37 +0000 (UTC) Date: Wed, 22 Aug 2012 23:40:37 +1100 (NCT) From: "Zenek Kraweznik (JIRA)" To: commits@cassandra.apache.org Message-ID: <355367715.39256.1345639237945.JavaMail.jiratomcat@arcas> In-Reply-To: <734315783.34471.1345541081484.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CASSANDRA-4561) update column family fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439455#comment-13439455 ] Zenek Kraweznik commented on CASSANDRA-4561: -------------------------------------------- I've upgraded cassandra from 8.7 to 1.0, then to 1.0.5 -> 1.0.6 -> 1.1.0 -> 1.1.1 -> 1.1.2 -> 1.1.0 -> 1.1.3 -> 1.1.4. > update column family fails > -------------------------- > > Key: CASSANDRA-4561 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4561 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4 > Reporter: Zenek Kraweznik > Assignee: Pavel Yaskevich > > [default@test] show schema; > create column family Messages > with column_type = 'Standard' > and comparator = 'AsciiType' > and default_validation_class = 'BytesType' > and key_validation_class = 'AsciiType' > and read_repair_chance = 0.1 > and dclocal_read_repair_chance = 0.0 > and gc_grace = 864000 > and min_compaction_threshold = 2 > and max_compaction_threshold = 4 > and replicate_on_write = true > and compaction_strategy = 'org.apache.cassandra.db.compaction.LeveledCompactionStrategy' > and caching = 'KEYS_ONLY' > and compaction_strategy_options = {'sstable_size_in_mb' : '1024'} > and compression_options = {'chunk_length_kb' : '64', 'sstable_compression' : 'org.apache.cassandra.io.compress.DeflateCompressor'}; > [default@test] update column family Messages with min_compaction_threshold = 4 and max_compaction_threshold = 32; > a5b7544e-1ef5-3bfd-8770-c09594e37ec2 > Waiting for schema agreement... > ... schemas agree across the cluster > [default@test] show schema; > create column family Messages > with column_type = 'Standard' > and comparator = 'AsciiType' > and default_validation_class = 'BytesType' > and key_validation_class = 'AsciiType' > and read_repair_chance = 0.1 > and dclocal_read_repair_chance = 0.0 > and gc_grace = 864000 > and min_compaction_threshold = 2 > and max_compaction_threshold = 4 > and replicate_on_write = true > and compaction_strategy = 'org.apache.cassandra.db.compaction.LeveledCompactionStrategy' > and caching = 'KEYS_ONLY' > and compaction_strategy_options = {'sstable_size_in_mb' : '1024'} > and compression_options = {'chunk_length_kb' : '64', 'sstable_compression' : 'org.apache.cassandra.io.compress.DeflateCompressor'}; -- 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