You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/03/21 22:09:13 UTC

[jira] [Updated] (HBASE-16893) Use Collection.removeIf instead of Iterator.remove in DependentColumnFilter

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

stack updated HBASE-16893:
--------------------------
    Fix Version/s:     (was: 3.0.0)

> Use Collection.removeIf instead of Iterator.remove in DependentColumnFilter
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-16893
>                 URL: https://issues.apache.org/jira/browse/HBASE-16893
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Robert Yokota
>            Assignee: Robert Yokota
>            Priority: Minor
>             Fix For: 2.0.0-alpha-2, 2.0.0
>
>         Attachments: HBASE-16893.master.001.patch, HBASE-16893.master.002.patch, HBASE-16893.master.003.patch
>
>
> This is a performance improvement to use Iterables.removeIf in the filterRowCells method of DependentColumnFilter as described here:
> https://rayokota.wordpress.com/2016/10/20/tips-on-writing-custom-hbase-filters/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)