Description
RPC client caches connections per protocol. However, since all of our real protocols are subclasses of VersionedProtocol, a bug in the implementation makes the client opens an extra connection just for the VersionedProtocol, which is not needed.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-4853 Improvement to IPC
- Resolved