Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.89-fb
-
None
-
None
-
None
Description
Currently, we use HBaseRPC.getProxy() to get an Invoker object to serialize the RPC parameters. This is pretty inefficient as it uses reflection to lookup the current method name.
The aim is to break up the proxy into an actual proxy implementation so that:
1. we can make it more efficient by eliminating reflection
2. can re-write some parts of the protocol to make it even better
Attachments
Attachments
Issue Links
- is part of
-
HBASE-8214 Remove proxy and engine, rely directly on pb generated Service
- Closed
- is related to
-
HBASE-6521 Address the handling of multiple versions of a protocol
- Closed