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

The conf dfs.datanode.lifeline.interval.seconds is not considering time unit seconds

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      long confLifelineIntervalMs =
          getConf().getLong(DFS_DATANODE_LIFELINE_INTERVAL_SECONDS_KEY,
          3 * getConf().getTimeDuration(DFS_HEARTBEAT_INTERVAL_KEY,
          DFS_HEARTBEAT_INTERVAL_DEFAULT, TimeUnit.SECONDS,
              TimeUnit.MILLISECONDS)); 

      if we configure DFS_DATANODE_LIFELINE_INTERVAL_SECONDS_KEY, the value is not converting to Ms. 

      Attachments

        Issue Links

          Activity

            People

              palsai Palakur Eshwitha Sai
              hemanthboyina Hemanth Boyina
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: