Navis created TAJO-1541:
---------------------------
Summary: 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)
