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

Jonathan Hsieh commented on HBASE-13531:
----------------------------------------

This is a problem with flushes conflicting with the acid guarantees (similar to 
the problem one we had way back). In the two acid violation cases we have a 
flush procedure running causing the acid in the time frame where the acid 
violation occurs.

>From the job
{code}
2015-04-26 21:35:40,806 ERROR [Thread-57] hbase.MultithreadedTestUtil: Failed!
{code}

>From the Master.
{code}
2015-04-26 21:35:40,740 INFO  
[B.defaultRpcServer.handler=26,queue=2,port=16000] master.MasterRpcServices: 
Client=jon/null procedure request for: flush-table-proc
2015-04-26 21:35:40,748 DEBUG 
[B.defaultRpcServer.handler=26,queue=2,port=16000] 
procedure.ProcedureCoordinator: Procedure TestAcidGuarantees was in running 
list but was completed.  Accepting new attempt.
2015-04-26 21:35:40,749 INFO  
[(a1210.halxg.cloudera.com,16000,1429737786128)-proc-coordinator-pool4-thread-1]
 procedure.Procedure: Starting procedure 'TestAcidGuarantees'
...
2015-04-26 21:35:40,827 INFO  
[(a1210.halxg.cloudera.com,16000,1429737786128)-proc-coordinator-pool4-thread-1]
 procedure.Procedure: Procedure 'TestAcidGuarantees' execution completed
2015-04-26 21:35:40,827 DEBUG 
[(a1210.halxg.cloudera.com,16000,1429737786128)-proc-coordinator-pool4-thread-1]
 procedure.Procedure: Running finish phase.
2015-04-26 21:35:40,827 DEBUG 
[(a1210.halxg.cloudera.com,16000,1429737786128)-proc-coordinator-pool4-thread-1]
 procedure.Procedure: Finished coordinator procedure - removing self from list 
of running procedures
{code}

> After 4/18/15 merge, flakey failures of 
> TestAcidGuarantees#testMobScanAtomicity
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-13531
>                 URL: https://issues.apache.org/jira/browse/HBASE-13531
>             Project: HBase
>          Issue Type: Sub-task
>          Components: regionserver, Scanners
>    Affects Versions: hbase-11339
>            Reporter: Jonathan Hsieh
>             Fix For: hbase-11339
>
>
> After the merge of master from 4/18/15 with hbase-11339 branch, we encounter 
> some atomicity violations.  We want to fix before calling merge to trunk.



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

Reply via email to