[
https://issues.apache.org/jira/browse/TAJO-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491840#comment-14491840
]
Hudson commented on TAJO-1541:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #302 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/302/])
TAJO-1541: Connection timeout in netty client is not working (jihun: rev
daf55ea45572494d996dad7cb3e207fbc9489102)
* CHANGES
* tajo-rpc/tajo-rpc-common/src/main/java/org/apache/tajo/rpc/RpcUtils.java
> 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
> Components: rpc
> Affects Versions: 0.11.0
> Reporter: Navis
> Assignee: Navis
> Fix For: 0.11.0
>
>
> 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)