Jinho Kim created TAJO-598:
------------------------------
Summary: Refactoring Tajo RPC
Key: TAJO-598
URL: https://issues.apache.org/jira/browse/TAJO-598
Project: Tajo
Issue Type: Improvement
Components: rpc
Affects Versions: 0.8-incubating
Reporter: Jinho Kim
Assignee: Jinho Kim
In the current implementation, all client rpc use same channel pool.
It can cause a channel closed exception. we need both shared pool and new pool.
In details,
* Fix the TajoAsyncDispatcher hang
* Fix the Fetcher timeout
* Fix the TaskRunner thread leak
* Fix the client rpc reconnecting
* Fix the unittest failure(No available resources)
* Improve RPC thread sharing
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)