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 0C4A9D5D6 for ; Mon, 27 Aug 2012 21:09:10 +0000 (UTC) Received: (qmail 56727 invoked by uid 500); 27 Aug 2012 21:09:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 56692 invoked by uid 500); 27 Aug 2012 21:09:09 -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 56683 invoked by uid 99); 27 Aug 2012 21:09:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 21:09:09 +0000 Date: Tue, 28 Aug 2012 08:09:09 +1100 (NCT) From: "Arya Goudarzi (JIRA)" To: commits@cassandra.apache.org Message-ID: <221182442.3420.1346101749813.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=13442722#comment-13442722 ] Arya Goudarzi commented on CASSANDRA-4561: ------------------------------------------ I am running 1.1.3 which was upgraded from 1.1.2. Schemas were created in 1.1.2. When nodes came up, I created the schemas in one node only. > 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 For more information on JIRA, see: http://www.atlassian.com/software/jira