Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 97647 invoked from network); 3 Mar 2010 05:55:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 05:55:56 -0000 Received: (qmail 63012 invoked by uid 500); 3 Mar 2010 05:55:50 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 62865 invoked by uid 500); 3 Mar 2010 05:55:49 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 62795 invoked by uid 99); 3 Mar 2010 05:55:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 05:55:49 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 05:55:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 37FA0234C4BB for ; Wed, 3 Mar 2010 05:55:27 +0000 (UTC) Message-ID: <1333031594.26071267595727228.JavaMail.jira@brutus.apache.org> Date: Wed, 3 Mar 2010 05:55:27 +0000 (UTC) From: "Brandon Williams (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (CASSANDRA-843) Issue warnings for large rows In-Reply-To: <267197711.16311267566447201.JavaMail.jira@brutus.apache.org> 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-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-843: --------------------------------------- Attachment: 0001_remove_underscores_in_dd.patch > Issue warnings for large rows > ----------------------------- > > Key: CASSANDRA-843 > URL: https://issues.apache.org/jira/browse/CASSANDRA-843 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 0.6 > Reporter: Brandon Williams > Assignee: Brandon Williams > Priority: Minor > Fix For: 0.6 > > Attachments: 0001_remove_underscores_in_dd.patch, 0002_warn_on_large_rows.patch, 0003_key_exclusion_in_sste.patch > > > If you make a very fat row, eventually CASSANDRA-16 will bite you. For 0.7 this will get resolved, but for 0.6 it would be nice if this were easier to diagnose via a user-defined threshold in MB that, when exceeded, would issue a warning with the row key name. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.