Vinayakumar B created HADOOP-15901:
--------------------------------------

             Summary: IPC Client and Server should use Time.monotonicNow() for 
elapsed times.
                 Key: HADOOP-15901
                 URL: https://issues.apache.org/jira/browse/HADOOP-15901
             Project: Hadoop Common
          Issue Type: Bug
          Components: ipc, metrics
            Reporter: Vinayakumar B


Client.java and Server.java  uses {{Time.now()}} to calculate the elapsed 
times/timeouts. This could result in undesired results when system clock's time 
changes.

{{Time.monotonicNow()}} should be used for elapsed time calculations within 
same JVM.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to