You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Vinayakumar B (JIRA)" <ji...@apache.org> on 2014/08/12 16:59:13 UTC

[jira] [Created] (HDFS-6841) Use Time.monotonicNow() whenever applicable instead of Time.now()

Vinayakumar B created HDFS-6841:
-----------------------------------

             Summary: Use Time.monotonicNow() whenever applicable instead of Time.now()
                 Key: HDFS-6841
                 URL: https://issues.apache.org/jira/browse/HDFS-6841
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Vinayakumar B
            Assignee: Vinayakumar B


{{Time.now()}} used  in many places to calculate elapsed time.
This should be replaced with {{Time.monotonicNow()}} to avoid effect of System time changes on elapsed time calculations.



--
This message was sent by Atlassian JIRA
(v6.2#6252)