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

Mover should move the file blocks to default storage once policy is unset

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      HDFS-9534 added new API in FileSystem to unset the storage policy. Once policy is unset blocks should move back to the default storage policy.

      Currently mover is not moving file blocks which have zero storage ID

            // currently we ignore files with unspecified storage policy
            if (policyId == HdfsConstants.BLOCK_STORAGE_POLICY_ID_UNSPECIFIED) {
              return;
            }
      

      Attachments

        1. HDFS-11163-001.patch
          4 kB
          Surendra Singh Lilhore
        2. HDFS-11163-002.patch
          4 kB
          Surendra Singh Lilhore
        3. HDFS-11163-003.patch
          14 kB
          Surendra Singh Lilhore
        4. HDFS-11163-004.patch
          13 kB
          Surendra Singh Lilhore
        5. HDFS-11163-005.patch
          13 kB
          Surendra Singh Lilhore
        6. HDFS-11163-006.patch
          10 kB
          Surendra Singh Lilhore
        7. HDFS-11163-007.patch
          11 kB
          Surendra Singh Lilhore
        8. HDFS-11163-branch-2.001.patch
          11 kB
          Surendra Singh Lilhore
        9. HDFS-11163-branch-2.002.patch
          12 kB
          Surendra Singh Lilhore
        10. HDFS-11163-branch-2.003.patch
          11 kB
          Surendra Singh Lilhore
        11. temp-YARN-6278.HDFS-11163.patch
          19 kB
          Wangda Tan

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: