You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2009/05/01 01:59:30 UTC

[jira] Commented: (CASSANDRA-126) Incorrect IOException in SequenceFile when BF returns false positive

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

Jun Rao commented on CASSANDRA-126:
-----------------------------------

patch v2 looks good to me.

> Incorrect IOException in SequenceFile when BF returns false positive
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-126
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-126
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>         Attachments: 126-v2.patch, issue126.patch_v1, issue126.patch_v1.test
>
>
> In SequenceFile.AbstractReader.seekTo(), an IOException is thrown when a key can't be found in an SSTable. This is incorrect. The BF associated with the SSTable could return a false positive. So a key may indeed not be present in the SSTable file. We need to handle this case accordingly.

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