You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yiqun Lin (JIRA)" <ji...@apache.org> on 2016/11/09 11:22:58 UTC

[jira] [Created] (HDFS-11122) TestDFSAdmin.testReportCommand fails due to timed out

Yiqun Lin created HDFS-11122:
--------------------------------

             Summary: TestDFSAdmin.testReportCommand fails due to timed out
                 Key: HDFS-11122
                 URL: https://issues.apache.org/jira/browse/HDFS-11122
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 3.0.0-alpha1
            Reporter: Yiqun Lin
            Assignee: Yiqun Lin
            Priority: Minor


After HDFS-11083, the test {{TestDFSAdmi}} fails sometimes dueto timed out. The stack infos:

{code}
java.lang.Exception: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.hadoop.test.GenericTestUtils.waitFor(GenericTestUtils.java:268)
	at org.apache.hadoop.hdfs.tools.TestDFSAdmin.testReportCommand(TestDFSAdmin.java:540)
{code}

The timed out is happened in {{GenericTestUtils.waitFor}}. We can make a improvement in the logic of waiting the corrupt blocks.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org