Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
-
Reviewed
Description
HADOOP-7607 made it so that when wrapping an RPC proxy with another proxy, one need not hold on to the underlying proxy object to release resources on close. Both ClientNamenodeProtocolTranslatorR23 and NamenodeProtocolTranslatorR23 do not take advantage of this fact. They both also unnecessarily declare getProxyWithoutRetry methods which are unused.