You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 02:37:12 UTC

[jira] [Resolved] (HBASE-3415) When scanners have readers updated we should use original file selection algorithm rather than include all files

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

Andrew Purtell resolved HBASE-3415.
-----------------------------------
    Resolution: Incomplete

> When scanners have readers updated we should use original file selection algorithm rather than include all files
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3415
>                 URL: https://issues.apache.org/jira/browse/HBASE-3415
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.90.0
>            Reporter: Jonathan Gray
>         Attachments: HBASE-3415-v1.patch
>
>
> Currently when a {{StoreScanner}} is instantiated we use a {{getScanner(scan, columns)}} call that looks at things like bloom filters and memstore only flags.  But when we get a changed readers notification, we use {{getScanner()}} which just grabs everything.
> We should always use the original file selection algorithm.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)