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

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

GitHub user jinossy opened a pull request:

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

    TAJO-1563: Add disconnected network handling in RPC

    

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

    $ git pull https://github.com/jinossy/tajo TAJO-1563

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

    https://github.com/apache/tajo/pull/554.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 #554
    
----
commit b7b45ea3a8fa67cb2f12915f9ee3d543440c9430
Author: Jinho Kim <[email protected]>
Date:   2015-04-21T14:12:27Z

    TAJO-1563

commit 19d1516de620e901b15a315ecb31e44d567a767f
Author: Jinho Kim <[email protected]>
Date:   2015-04-22T03:29:35Z

    add connection retry in rpc client

commit 035e45a57b1adbe7d2fb374a6a9de23d3e2e9891
Author: Jinho Kim <[email protected]>
Date:   2015-04-22T03:30:30Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into 
TAJO-1563

commit b19680e806b79298e0a33f1c371a71606b5c8e2c
Author: Jinho Kim <[email protected]>
Date:   2015-04-23T06:58:42Z

    cleanup codes and add comments

commit 7b76c9dbdeb2215ab69e7df58c61f9657fc7ac4f
Author: Jinho Kim <[email protected]>
Date:   2015-04-23T07:05:45Z

    fix compilation error

commit d4c47d1ce3ff5b333317a84498e22df4df34ce36
Author: Jinho Kim <[email protected]>
Date:   2015-04-23T08:58:31Z

    fix infinite loop of async future

commit 43d7df7046e787b1bf3d1e453132fd40dbdb3144
Author: Jinho Kim <[email protected]>
Date:   2015-04-23T11:33:45Z

    fix worker heartbeat when tajo startup

commit b9a0035541b26e01c0e57ab7777e24533b655c04
Author: Jinho Kim <[email protected]>
Date:   2015-04-23T16:59:07Z

    add more test case

commit d9d9de6a2297b4fa686eea8037227944f97b3aad
Author: Jinho Kim <[email protected]>
Date:   2015-04-24T07:43:39Z

    cleanup the duplicate codes

commit d43fb24363a83b728c853cb04e00446e85c7c138
Author: Jinho Kim <[email protected]>
Date:   2015-04-24T07:44:14Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into 
TAJO-1563

commit 630fed62adadc6809ba2774ab8afebff8e3503f2
Author: Jinho Kim <[email protected]>
Date:   2015-04-24T07:49:35Z

    remove atomicUpdater

commit 24f5c90e5a5a4eda916158d7bcd68a5010f477ac
Author: Jinho Kim <[email protected]>
Date:   2015-04-24T07:58:49Z

    fix missing sequence id

commit b7722989c06920d896d33d893da2ac61cbb31ad2
Author: Jinho Kim <[email protected]>
Date:   2015-04-24T09:51:03Z

    add default configs

----


> Add disconnected network handling in RPC
> ----------------------------------------
>
>                 Key: TAJO-1563
>                 URL: https://issues.apache.org/jira/browse/TAJO-1563
>             Project: Tajo
>          Issue Type: Improvement
>          Components: query master, rpc, tajo master, worker
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>
> Tajo RPC does not handling network hangs. 
> A remote method is called to remote, and then channel is disconnected. in the 
> end a callback is never called.
> {{Callfuture.get()}} should throw {{ExecutionException}} and RPC client 
> should handle a recoverable exception



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to