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

Jing Zhao commented on HDFS-9185:
---------------------------------

Thanks for working on this, [~rakeshr]. The changes looks good to me. One 
comment is about the log level change. Changing the log level from debug to 
warn may generate unnecessary exception trace for DFSStripedInputStream since 
the failure can be covered by later decoding. So how about we change the log 
level for the unit test? We can need to add the following code to 
{{TestRecoverStripedBlocks}}:
{code}
static {
  GenericTestUtils.setLogLevel(DFSClient.LOG, Level.ALL);
}
{code}

> TestRecoverStripedFile is failing
> ---------------------------------
>
>                 Key: HDFS-9185
>                 URL: https://issues.apache.org/jira/browse/HDFS-9185
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: erasure-coding
>            Reporter: Rakesh R
>            Assignee: Rakesh R
>            Priority: Critical
>         Attachments: HDFS-9185-00.patch
>
>
> Below is the message taken from build:
> {code}
> Error Message
> Time out waiting for EC block recovery.
> Stacktrace
> java.io.IOException: Time out waiting for EC block recovery.
>       at 
> org.apache.hadoop.hdfs.TestRecoverStripedFile.waitForRecoveryFinished(TestRecoverStripedFile.java:383)
>       at 
> org.apache.hadoop.hdfs.TestRecoverStripedFile.assertFileBlocksRecovery(TestRecoverStripedFile.java:283)
>       at 
> org.apache.hadoop.hdfs.TestRecoverStripedFile.testRecoverAnyBlocks1(TestRecoverStripedFile.java:168)
> {code}
> Reference : https://builds.apache.org/job/PreCommit-HDFS-Build/12758



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

Reply via email to