Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Take on the protobuf Service model. Undoes two layers of rpc -- a proxy that did reflection to hook up methods and an 'engine' layer that was put in place to support secure/insecure and Writables vs Protobuf rpc'ing.
-
0.96notable
Description
Attached patch is not done. Removes two to three layers – depending on how you count – between client and rpc client and similar on server side (between rpc and server implementation). Strips ProtobufRpcServer/Client and HBaseClientRpc/HBaseServerRpc. Also gets rid of proxy.
Attachments
Attachments
Issue Links
- incorporates
-
HBASE-7477 Remove Proxy instance from HBase RPC
- Closed