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

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

GitHub user navis opened a pull request:

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

    TAJO-1541 Connection timeout in netty client is not working

    It does not abandon retrying connection to master. I like that but it's a 
bug.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/navis/tajo TAJO-1541

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #528
    
----
commit c25cbea92d6a5e63a8834d8cb2231b87208252ae
Author: navis.ryu <[email protected]>
Date:   2015-04-08T07:07:14Z

    TAJO-1541 Connection timeout in netty client is not working

----


> 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