[
https://issues.apache.org/jira/browse/TAJO-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jihun Kang resolved TAJO-1541.
------------------------------
Resolution: Fixed
Fix Version/s: 0.11.0
committed.
> 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)