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 "Ayush Saxena (Jira)" <ji...@apache.org> on 2022/08/12 18:52:00 UTC

[jira] [Resolved] (HDFS-16723) Replace incorrect SafeModeException with StandbyException in RouterRpcServer.class

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

Ayush Saxena resolved HDFS-16723.
---------------------------------
    Fix Version/s: 3.4.0
     Hadoop Flags: Reviewed
       Resolution: Fixed

> Replace incorrect SafeModeException with StandbyException in RouterRpcServer.class
> ----------------------------------------------------------------------------------
>
>                 Key: HDFS-16723
>                 URL: https://issues.apache.org/jira/browse/HDFS-16723
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: ZanderXu
>            Assignee: ZanderXu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>
> Incorrect code as below:
> {code:java}
> /**
>  * ...
>  * @throws SafeModeException If the Router is in safe mode and cannot serve
>  *                           client requests.
>  */
> void checkOperation(OperationCategory op)
>     throws StandbyException {
>   ...
> } {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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