-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.95.1
-
Component/s: IPC/RPC
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note: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.
-
Tags:0.96notable
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.
- incorporates
-
HBASE-7477 Remove Proxy instance from HBase RPC
-
- Resolved
-