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

ASF GitHub Bot commented on TAJO-1541:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/tajo/pull/528


> Connection timeout in netty client is not working
> -------------------------------------------------
>
>                 Key: TAJO-1541
>                 URL: https://issues.apache.org/jira/browse/TAJO-1541
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Navis
>            Assignee: Navis
>
> in RpcUtils.Timer#elapsed(), this part
> {code}
> remaining -= (prev - current);
> {code}
> should be inverted like this,
> {code}
> remaining -= current - prev;
> {code}
> my bad. just kill me



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

Reply via email to