Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 19169 invoked from network); 30 Sep 2010 22:31:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Sep 2010 22:31:55 -0000 Received: (qmail 26576 invoked by uid 500); 30 Sep 2010 22:31:55 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 26542 invoked by uid 500); 30 Sep 2010 22:31:55 -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 26526 invoked by uid 99); 30 Sep 2010 22:31:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 22:31:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 22:31:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8UMVYxL005550 for ; Thu, 30 Sep 2010 22:31:34 GMT Message-ID: <18217758.488131285885893998.JavaMail.jira@thor> Date: Thu, 30 Sep 2010 18:31:33 -0400 (EDT) From: "Tyler L. Hobbs (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Created: (CASSANDRA-1563) system_update_column_family() sets absent values to 0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 system_update_column_family() sets absent values to 0 ----------------------------------------------------- Key: CASSANDRA-1563 URL: https://issues.apache.org/jira/browse/CASSANDRA-1563 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 0.7 beta 1 Reporter: Tyler L. Hobbs Assignee: Jon Hermes Attachments: reproduce.txt When system_update_keyspace() is supplied with a CfDef that does not have, for example, min_compaction_threshold or gc_grace_seconds, it sets them to zero. I would expect them to be unchanged, instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.