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

Hudson commented on HBASE-10442:
--------------------------------

FAILURE: Integrated in HBase-0.98 #119 (See 
[https://builds.apache.org/job/HBase-0.98/119/])
HBASE-10442 prepareDelete() isn't called before doPreMutationHook for a row 
deletion case (Jeffrey Zhong) (apurtell: rev 1562674)
* 
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java


> 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
>          Components: Coprocessors
>    Affects Versions: 0.98.0, 0.96.0, 0.96.1
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>            Priority: Critical
>             Fix For: 0.98.0, 0.96.2, 0.99.0
>
>         Attachments: hbase-10442.patch
>
>
> 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)

Reply via email to