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

Check storage remaining instead of node remaining in BlockPlacementPolicyDefault.chooseReplicaToDelete()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.1
    • 2.9.0, 3.0.0-alpha4
    • namenode
    • None
    • Reviewed

    Description

      Currently in BlockPlacementPolicyDefault.chooseReplicaToDelete() the logic for choosing replica to delete is to pick the node with the least free space(node.getRemaining()), if all hearbeats are within the tolerable heartbeat interval.
      However, a node may have multiple storages and node.getRemaining() is a sum of the remainings of them, if free space of the storage with the block to be delete is low, free space of the node could still be high due to other storages of the node, finally the storage chosen may not be the storage with least free space.
      So using storage.getRemaining() to choose a storage with least free space for choosing replica to delete may be a better way to balance storage usage.

      Attachments

        1. HDFS-11295.001.patch
          4 kB
          Marton Elek
        2. HDFS-11295.002.patch
          7 kB
          Marton Elek
        3. HDFS-11295.003.patch
          7 kB
          Marton Elek
        4. HDFS-11295.004.patch
          7 kB
          Marton Elek
        5. HDFS-11295.jpg
          123 kB
          Marton Elek

        Activity

          People

            elek Marton Elek
            Xiao Liang X. Liang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: