Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.8.0
-
None
Description
Add the necessary abstractions to integrate KRPC into Impala's codebase. Particularly, add an RpcMgr that allows:
- acceptor threads to be started on a port
- service (de)registration
- proxy construction
This replaces ThriftServer and ThriftClient / ConnectionCache for backend services.