Xiaobing Zhou created HDFS-10915:
------------------------------------

             Summary: fix typo in 
TestDatanodeRestart#testWaitForRegistrationOnRestart
                 Key: HDFS-10915
                 URL: https://issues.apache.org/jira/browse/HDFS-10915
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Xiaobing Zhou
            Assignee: Xiaobing Zhou


It should be milliseconds in the message of IOException.

{code}
} catch (org.apache.hadoop.ipc.RemoteException e) {
        long elapsed = System.currentTimeMillis() - start;
        // timers have at-least semantics, so it should be at least 5 seconds.
        if (elapsed < 5000 || elapsed > 10000) {
          throw new IOException(elapsed + " seconds passed.", e);
        }
      }
{code}




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

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

Reply via email to