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 "Adam Antal (JIRA)" <ji...@apache.org> on 2018/10/25 15:35:00 UTC

[jira] [Created] (HDFS-14029) Sleep in TestLazyPersistFiles should be put into a loop

Adam Antal created HDFS-14029:
---------------------------------

             Summary: Sleep in TestLazyPersistFiles should be put into a loop
                 Key: HDFS-14029
                 URL: https://issues.apache.org/jira/browse/HDFS-14029
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs
            Reporter: Adam Antal


TestLazyPersistFiles#testFileShouldNotDiscardedIfNNRestarted test should be improved.

The test sleeps for 6000 at once, it could at least sleep in a loop checking for the corrupt block to be reported.
{code:java}
    cluster.shutdownDataNodes();

    cluster.restartNameNodes();

    // wait for the redundancy monitor to mark the file as corrupt.
    Thread.sleep(2 * DFS_NAMENODE_REDUNDANCY_INTERVAL_SECONDS_DEFAULT * 1000);

    Long corruptBlkCount = (long) Iterators.size(cluster.getNameNode()
        .getNamesystem().getBlockManager().getCorruptReplicaBlockIterator());
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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