You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2015/10/28 15:53:27 UTC

[jira] [Commented] (REEF-880) Name Lookup classes have inconsistent logged and actual wait time

    [ https://issues.apache.org/jira/browse/REEF-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978545#comment-14978545 ] 

Dongjoon Hyun commented on REEF-880:
------------------------------------

+1

> Name Lookup classes have inconsistent logged and actual wait time
> -----------------------------------------------------------------
>
>                 Key: REEF-880
>                 URL: https://issues.apache.org/jira/browse/REEF-880
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF-IO
>            Reporter: Brian Cho
>
> This affects {{LocalNameResolverImpl}} and {{NameLookupClient}}.
> The logged wait time is {{currentRetryTimeout}} but the actual sleep time is {{currentRetryTimeout * retriesLeft}}. According to the log time, given the default parameters, the wait times are 100, 200, ..., 1000 msec. The actual sleep times are 100*10, 200*9, ..., 1000*1.
> I'd like to make a change assuming the former is what we want, because it seems to make more sense. But please correct me if I'm wrong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)