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

Matteo Bertozzi commented on HBASE-13114:
-----------------------------------------

[~octo47] agreed with esteban, we don't need everywhere that complete sync 
behavior. The only places are the one that really requires that everything is 
completed. e.g. the ACL checks that are executed in the postOperationHandler, 
the MasterObserver test because it explicitly want to check that the 
postOperationHandler is called. and this guy here because it checks an 
operation that is executed after the delete is considered completed by the 
client.

since the impact of this is mainly in test, and HBASE-13204 may get in 1.1 we 
may avoid to move out this thing that will be removed anyway at some point.

> [UNITTEST] TestEnableTableHandler.testDeleteForSureClearsAllTableRowsFromMeta
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-13114
>                 URL: https://issues.apache.org/jira/browse/HBASE-13114
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: stack
>            Assignee: Esteban Gutierrez
>         Attachments: 
> 0001-UNITTEST-TestEnableTableHandler.testDeleteForSureCle.patch, 
> 0001-UNITTEST-TestEnableTableHandler.testDeleteForSureCle.patch, 
> 0001-UNITTEST-TestEnableTableHandler.testDeleteForSureCle.patch, 
> 0001-UNITTEST-TestEnableTableHandler.testDeleteForSureCle.patch, 13114.txt
>
>
> I've seen this fail a few times. It just happened now on internal rig.  
> Looking into it....
> {code}
> REGRESSION:  
> org.apache.hadoop.hbase.master.handler.TestEnableTableHandler.testDeleteForSureClearsAllTableRowsFromMeta
> Error Message:
> expected:<0> but was:<1>
> Stack Trace:
> java.lang.AssertionError: expected:<0> but was:<1>
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotEquals(Assert.java:743)
>         at org.junit.Assert.assertEquals(Assert.java:118)
>         at org.junit.Assert.assertEquals(Assert.java:555)
>         at org.junit.Assert.assertEquals(Assert.java:542)
>         at 
> org.apache.hadoop.hbase.master.handler.TestEnableTableHandler.testDeleteForSureClearsAllTableRowsFromMeta(TestEnableTableHandler.java:151)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to