You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "churro morales (JIRA)" <ji...@apache.org> on 2016/06/22 19:35:16 UTC

[jira] [Created] (HBASE-16086) TableCfWALEntryFilter and ScopeWALEntryFilter should not redundantly iterate over cells.

churro morales created HBASE-16086:
--------------------------------------

             Summary: TableCfWALEntryFilter and ScopeWALEntryFilter should not redundantly iterate over cells.
                 Key: HBASE-16086
                 URL: https://issues.apache.org/jira/browse/HBASE-16086
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: churro morales


TableCfWALEntryFilter and ScopeWALEntryFilter both filter by iterating over cells.  Since the filters are chained we do this work twice.  Instead iterate over cells once and apply the "cell filtering" logic to these cells.



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