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.20.7, 0.90.0
            Reporter: Jonathan Gray
             Fix For: 0.90.1


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to