[ 
https://issues.apache.org/jira/browse/HDFS-10915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiaobing Zhou updated HDFS-10915:
---------------------------------
    Status: Patch Available  (was: Open)

> 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
>         Attachments: HDFS-10915.000.patch
>
>
> 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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to