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

[jira] [Assigned] (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:all-tabpanel ]

Brian Cho reassigned REEF-880:
------------------------------

    Assignee: Brian Cho

> 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
>            Assignee: 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)