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

Make the replication and invalidation rates configurable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.0.0-alpha
    • 2.0.2-alpha
    • None
    • None
    • Reviewed
    • Hide
      This change adds two new configuration parameters.
      # {{dfs.namenode.invalidate.work.pct.per.iteration}} for controlling deletion rate of blocks.
      # {{dfs.namenode.replication.work.multiplier.per.iteration}} for controlling replication rate. This in turn allows controlling the time it takes for decommissioning.

      Please see hdfs-default.xml for detailed description.
      Show
      This change adds two new configuration parameters. # {{dfs.namenode.invalidate.work.pct.per.iteration}} for controlling deletion rate of blocks. # {{dfs.namenode.replication.work.multiplier.per.iteration}} for controlling replication rate. This in turn allows controlling the time it takes for decommissioning. Please see hdfs-default.xml for detailed description.

    Description

      BlockManager currently hardcodes the following two constants:

      private static final int INVALIDATE_WORK_PCT_PER_ITERATION = 32;
      private static final int REPLICATION_WORK_MULTIPLIER_PER_ITERATION = 2;
      

      These are used to throttle/limit the amount of deletion and replication-to-other-DN work done per heartbeat interval of a live DN.

      Not many have had reasons to want these changed so far but there have been a few requests I've faced over the past year from a variety of clusters I've helped maintain. I think with the improvements in disks and network thats already started to be rolled out in production environments out there, changing these may start making sense to some.

      Lets at least make it advanced-configurable with proper docs that warn adequately, with the defaults being what they are today. With hardcodes, it comes down to a recompile for admins, which is not something they may like.

      Please let me know your thoughts.

      Attachments

        1. HDFS-3475.patch
          6 kB
          Harsh J
        2. HDFS-3475.patch
          6 kB
          Harsh J
        3. HDFS-3475.patch
          7 kB
          Harsh J

        Issue Links

          Activity

            People

              qwertymaniac Harsh J
              qwertymaniac Harsh J
              Votes:
              0 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: