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

Ohad Shacham commented on OMID-103:
-----------------------------------

[~jamestaylor], this is not what I understand from the code.

 

I thought that the problem is that the commit fails and still the deletion 
marker is visible. 

It assumes that the commit fails:

try {

   conn.commit();

   fail();

} catch (SQLException e) {

}

actually, it doesn't even call Omid's commit.

What am I missing? 

 

 

> DeleteFamily marker still visible after rollback fails
> ------------------------------------------------------
>
>                 Key: OMID-103
>                 URL: https://issues.apache.org/jira/browse/OMID-103
>             Project: Apache Omid
>          Issue Type: Bug
>            Reporter: James Taylor
>            Priority: Major
>
> If a DeleteFamily marker is written to HBase and the subsequent abort of the 
> transaction fails, the delete marker is still visible and mistakenly 
> continues to take effect. For a repro, see 
> TransactionIT.testFailureToRollbackAfterDelete() which passes for Tephra but 
> fails for Omid.



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

Reply via email to