[
https://issues.apache.org/jira/browse/HBASE-9880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812773#comment-13812773
]
Nicolas Liochon commented on HBASE-9880:
----------------------------------------
It seems to be a real bug in the AsyncProcess, unrelated to the patch. I don't
know why it happens only now.
{code}
private void backgroundFlushCommits(boolean synchronous) throws
InterruptedIOException, RetriesExhaustedWithDetailsException {
if (!synchronous && this.writeAsyncBuffer.isEmpty()) return; //<< this
is the fix
{code}
(ps: I'm not a jira-jacker :-), just that I had this failure in a patch I'm
going to push soon - hopefully -).
> client.TestAsyncProcess.testWithNoClearOnFail broke on 0.96 by HBASE-9867
> --------------------------------------------------------------------------
>
> Key: HBASE-9880
> URL: https://issues.apache.org/jira/browse/HBASE-9880
> Project: HBase
> Issue Type: Test
> Reporter: stack
> Assignee: stack
>
> It looks like the backport of HBASE-9867 broke 0.96 build (fine on trunk).
> This was my patch. Let me fix.
--
This message was sent by Atlassian JIRA
(v6.1#6144)