[
https://issues.apache.org/jira/browse/HADOOP-14893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179294#comment-16179294
]
Akira Ajisaka commented on HADOOP-14893:
----------------------------------------
Thanks [~chetna] for the patch.
{code}
// Invoke the protocol method
long startTime = Time.monotonicNow();
int qTime = (int) (startTime-receivedTime);
{code}
{{receivedTime}} is from {{Call.timestamp}} and {{Time.now()}} is used for
initializing the variable. We cannot compare {{Time.now()}} and
{{Time.monotonicNow()}}, so would you undo the change in
{{WritableRpcInvoker#call}}?
> WritableRpcEngine should use Time.monotonicNow
> ----------------------------------------------
>
> Key: HADOOP-14893
> URL: https://issues.apache.org/jira/browse/HADOOP-14893
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Chetna Chaudhari
> Assignee: Chetna Chaudhari
> Priority: Minor
> Attachments: HADOOP-14893.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]