You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2012/12/07 15:17:22 UTC

[jira] [Comment Edited] (CASSANDRA-5013) disallow bloom filter false positive chance of 0

    [ https://issues.apache.org/jira/browse/CASSANDRA-5013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526405#comment-13526405 ] 

Brandon Williams edited comment on CASSANDRA-5013 at 12/7/12 2:17 PM:
----------------------------------------------------------------------

Since we're already converting zero to the default, it makes sense to maintain that behavior and simply remove the error.  Patch to do so.
                
      was (Author: brandon.williams):
    Since we're already converting zero to the default, it makes sense to maintain that behavior and simply remove the error.  Patch to do so and simplify the logic around this.
                  
> disallow bloom filter false positive chance of 0
> ------------------------------------------------
>
>                 Key: CASSANDRA-5013
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5013
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Config
>            Reporter: Matthew F. Dennis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 1.1.8
>
>         Attachments: 5013.txt
>
>
> {pre}
> ERROR [CompactionExecutor:16] 2012-11-30 08:44:32,546 SSTableWriter.java (line 414) Bloom filter FP chance of zero isn't supposed to happen
> {pre}
> when attempting to set it to zero, C* should either disallow the change or should just interpret 0 as "make it the default" and not continually log the above error message

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira