[ 
https://issues.apache.org/jira/browse/HBASE-11054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978487#comment-13978487
 ] 

Ted Yu commented on HBASE-11054:
--------------------------------

For RegionObserver.java , three parameters are given in javadoc of 
preInstantiateDeleteTracker(). But I only see one actual parameter.
{code}
+          deleteTracker = ((RegionObserver) 
env.getInstance()).preInstantiateDeleteTracker(ctx);
{code}
Should deleteTracker from previous invocation be passed to the next invocation ?

> Create new hook in StoreScanner to help user creating his own delete tracker
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-11054
>                 URL: https://issues.apache.org/jira/browse/HBASE-11054
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 0.99.0, 0.98.2
>
>         Attachments: HBASE-11054.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to