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 Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/12 00:14:00 UTC

[jira] [Resolved] (HBASE-11084) Handle deletions and column tracking using internal filters rather than using DeleteTrackers and ColumnTrackers

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

Andrew Kyle Purtell resolved HBASE-11084.
-----------------------------------------
      Assignee:     (was: ramkrishna.s.vasudevan)
    Resolution: Incomplete

> Handle deletions and column tracking using internal filters rather than using DeleteTrackers and ColumnTrackers
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-11084
>                 URL: https://issues.apache.org/jira/browse/HBASE-11084
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: ramkrishna.s.vasudevan
>            Priority: Major
>
> See HBASE-11054 for discussion.  
> Currently the delete tracking is done by DeleteTracker and its subclasses.  column tracking and its versions are handled inside the ColumnTrackers and its subclasses. 
> This JIRA aims at providing internal filters and attaching them to scans/gets, including minor and major compaction scans so that all the logic of deletes and version counting goes into it rather than having trackers.  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)