You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jeffrey Zhong (JIRA)" <ji...@apache.org> on 2014/01/30 03:27:06 UTC

[jira] [Created] (HBASE-10442) prepareDelete() isn't called before doPreMutationHook for a row deletion case

Jeffrey Zhong created HBASE-10442:
-------------------------------------

             Summary: prepareDelete() isn't called before doPreMutationHook for a row deletion case
                 Key: HBASE-10442
                 URL: https://issues.apache.org/jira/browse/HBASE-10442
             Project: HBase
          Issue Type: Bug
            Reporter: Jeffrey Zhong
            Assignee: Jeffrey Zhong
            Priority: Critical


This is a backward incompatibility issue for coprocessors so I marked as critical. 

When deleting a row, prepareDelete() will add delete marker for all column families before preDelete is called in hbase0.94 while in hbase0.96 and later version we invoke prepareDelete() after preDelete() hook is invoked but before postDelete() is called. 
 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)