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 48073C31F for ; Wed, 22 Aug 2012 10:22:41 +0000 (UTC) Received: (qmail 65817 invoked by uid 500); 22 Aug 2012 10:22:41 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 65610 invoked by uid 500); 22 Aug 2012 10:22: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 65568 invoked by uid 99); 22 Aug 2012 10:22: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 10:22:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2E13C2C08CD for ; Wed, 22 Aug 2012 10:22:38 +0000 (UTC) Date: Wed, 22 Aug 2012 21:22:38 +1100 (NCT) From: "Zenek Kraweznik (JIRA)" To: commits@cassandra.apache.org Message-ID: <456439633.39002.1345630958189.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=13439394#comment-13439394 ] Zenek Kraweznik commented on CASSANDRA-4561: -------------------------------------------- I'm using 1.1.4, but schema was created in 0.8.5 Could you help me solve my problem step by step? > 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