ZanderXu created HDFS-16723:
-------------------------------

             Summary: 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


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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to