Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 66514 invoked from network); 18 Jun 2010 10:33:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jun 2010 10:33:48 -0000 Received: (qmail 19773 invoked by uid 500); 18 Jun 2010 10:33:48 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 19642 invoked by uid 500); 18 Jun 2010 10:33:45 -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 19629 invoked by uid 99); 18 Jun 2010 10:33:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 10:33:44 +0000 X-ASF-Spam-Status: No, hits=-1529.8 required=10.0 tests=ALL_TRUSTED,AWL 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; Fri, 18 Jun 2010 10:33:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5IAXNY6024252 for ; Fri, 18 Jun 2010 10:33:23 GMT Message-ID: <24510045.77321276857203674.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 06:33:23 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Resolved: (CASSANDRA-1209) is parsed as RowsCached="1" In-Reply-To: <9701164.74501276841663547.JavaMail.jira@thor> 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-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1209. --------------------------------------- Resolution: Duplicate fixed in CASSANDRA-1129 > is parsed as RowsCached="1" > ------------------------------------------------------------ > > Key: CASSANDRA-1209 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1209 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.6.1 > Reporter: AJ Slater > Priority: Minor > Fix For: 0.6.3 > > > RowsCached="100%" or RowsCached="1.0" gives Row cache capacity: 1 > You can work around this with: RowsCached="99%" to give closer to expected results. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.