Eli Collins created HADOOP-8592:
-----------------------------------

             Summary: Hadoop-auth should use o.a.h.util.Time methods instead of 
System#currentTimeMillis
                 Key: HADOOP-8592
                 URL: https://issues.apache.org/jira/browse/HADOOP-8592
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 2.0.0-alpha
            Reporter: Eli Collins
            Priority: Minor


HDFS-3641 moved HDFS' Time methods to common so they can be used by MR (and 
eventually others). We should replace used of System#currentTimeMillis in MR 
with Time#now (or Time#monotonicNow when computing intervals, eg to sleep).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to