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

[jira] Updated: (CASSANDRA-1354) Static CFMetaData objects are using the wrong constructor.

     [ https://issues.apache.org/jira/browse/CASSANDRA-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Dusbabek updated CASSANDRA-1354:
-------------------------------------

    Description: 
This means they are getting assigned ids > 1000.  Static CFMs should be using the private constructor that uses a specific cfid that is <1000

I'm pretty sure they just need to be getting a readRepairChance=0.

  was:
This means they are getting assigned ids > 1000.  Static CFMs should be using the private constructor that uses a specific cfid.

I'm pretty sure they just need to be getting a readRepairChance=0.


> Static CFMetaData objects are using the wrong constructor.
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-1354
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1354
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>             Fix For: 0.7 beta 1
>
>
> This means they are getting assigned ids > 1000.  Static CFMs should be using the private constructor that uses a specific cfid that is <1000
> I'm pretty sure they just need to be getting a readRepairChance=0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.