You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "AJ Slater (JIRA)" <ji...@apache.org> on 2010/06/18 08:14:23 UTC

[jira] Created: (CASSANDRA-1209) is parsed as RowsCached="1"

<ColumnFamily RowsCached="100%"> 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.


[jira] Resolved: (CASSANDRA-1209) is parsed as RowsCached="1"

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ 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

> <ColumnFamily RowsCached="100%"> 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.