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

[jira] Resolved: (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:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-126.
--------------------------------------

    Resolution: Fixed

committed

> 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.