[
https://issues.apache.org/jira/browse/TAJO-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491828#comment-14491828
]
ASF GitHub Bot commented on TAJO-1541:
--------------------------------------
Github user ykrips commented on the pull request:
https://github.com/apache/tajo/pull/528#issuecomment-92162398
+1
Though Travis CI build system has an issue when running testcases, but this
build issue is far from this patch. Local build on my laptop has passed
testcases, and it runs with JDK 6.0.
> 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)