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

Yiqun Lin commented on HDFS-13044:
----------------------------------

Thanks for updating the patch, [~elgoiri]. Only one nit:
{noformat}
+    if (delta < startupInterval) {
+      LOG.info("Delaying safemode exit for {} seconds...",
+          this.startupInterval - delta);
+      return;
+    }
{noformat}
{{seconds}} should be {{milliseconds}}. 
You can fix this while committing this.
+1.

> RBF: Add a safe mode for the Router
> -----------------------------------
>
>                 Key: HDFS-13044
>                 URL: https://issues.apache.org/jira/browse/HDFS-13044
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Íñigo Goiri
>            Assignee: Íñigo Goiri
>            Priority: Major
>         Attachments: HDFS-13004.000.patch, HDFS-13044.001.patch, 
> HDFS-13044.002.patch, HDFS-13044.003.patch, HDFS-13044.004.patch
>
>
> When a Router cannot communicate with the State Store, it should enter into a 
> safe mode that disallows certain operations.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to