Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-16723

Replace incorrect SafeModeException with StandbyException in RouterRpcServer.class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • rbf
    • Reviewed

    Description

      Incorrect code as below:

      /**
       * ...
       * @throws SafeModeException If the Router is in safe mode and cannot serve
       *                           client requests.
       */
      void checkOperation(OperationCategory op)
          throws StandbyException {
        ...
      } 

      Attachments

        Issue Links

          Activity

            People

              xuzq_zander ZanderXu
              xuzq_zander ZanderXu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: