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

Update action param from "start" to "prepare" in rolling upgrade javadoc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • None
    • None
    • Reviewed

    Description

      In the following code comment rolling upgrade action "start" should be updated to "prepare"

      DistributedFileSystem.java :

       /**
         * Rolling upgrade: start/finalize/query.
         */
        public RollingUpgradeInfo rollingUpgrade(RollingUpgradeAction action)
            throws IOException {
      

      ClientProtocol.java :

              /**
         * Rolling upgrade operations.
         * @param action either query, start or finailze.
         * @return rolling upgrade information.
         */
        @Idempotent
        public RollingUpgradeInfo rollingUpgrade(RollingUpgradeAction action)
            throws IOException;
      

      Attachments

        1. HDFS-7867.1.patch
          2 kB
          J.Andreina

        Activity

          People

            andreina J.Andreina
            andreina J.Andreina
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: