[
https://issues.apache.org/jira/browse/HBASE-14454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900294#comment-14900294
]
Heng Chen commented on HBASE-14454:
-----------------------------------
I think it is caused by issue
https://issues.apache.org/jira/browse/HBASE-14391
This issue's patch add some code in {{FSHLog.close}} like
{code}
+ if (!fs.delete(this.fullPathLogDir, false)) {
+ LOG.warn("Unable to delete " + this.fullPathLogDir);
+ }
{code}
> TestFailedAppendAndSync fail
> ----------------------------
>
> Key: HBASE-14454
> URL: https://issues.apache.org/jira/browse/HBASE-14454
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Reporter: stack
> Assignee: stack
>
> https://builds.apache.org/view/H-L/view/HBase/job/PreCommit-HBASE-Build/15633/testReport/org.apache.hadoop.hbase.regionserver/TestFailedAppendAndSync/testLockupAroundBadAssignSync/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)