Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-10285 Storage Policy Satisfier in HDFS
  3. HDFS-11289

[SPS]: Make SPS movement monitor timeouts configurable

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • HDFS-10285
    • HDFS-10285, 3.2.0
    • namenode
    • None

    Description

      Currently SPS tracking monitor timeouts were hardcoded. This is the JIRA for making it configurable.

       // TODO: below selfRetryTimeout and checkTimeout can be configurable later
          // Now, the default values of selfRetryTimeout and checkTimeout are 30mins
          // and 5mins respectively
          this.storageMovementsMonitor = new BlockStorageMovementAttemptedItems(
              5 * 60 * 1000, 30 * 60 * 1000, storageMovementNeeded);
      

      Attachments

        1. HDFS-11289-HDFS-10285-00.patch
          8 kB
          Uma Maheswara Rao G
        2. HDFS-11289-HDFS-10285-01.patch
          8 kB
          Uma Maheswara Rao G

        Activity

          People

            umamaheswararao Uma Maheswara Rao G
            umamaheswararao Uma Maheswara Rao G
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: