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

HDFS Mover tool should exit after some retry when failed to move blocks.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Pending Closed
    • 2.6.0
    • 2.7.1
    • balancer & mover
    • None
    • Reviewed

    Description

      Mover is not coming out in case of failed to move blocks.

      hasRemaining |= Dispatcher.waitForMoveCompletion(storages.targets.values());
      

      Dispatcher.waitForMoveCompletion() will always return true if some blocks migration failed. So hasRemaining never become false.

      Attachments

        1. HDFS-8143.patch
          4 kB
          Surendra Singh Lilhore
        2. HDFS-8143_1.patch
          7 kB
          Surendra Singh Lilhore
        3. HDFS-8143_2.patch
          9 kB
          Surendra Singh Lilhore
        4. HDFS-8143_3.patch
          9 kB
          Surendra Singh Lilhore

        Issue Links

          Activity

            People

              surendralilhore Surendra Singh Lilhore
              surendralilhore Surendra Singh Lilhore
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: