(Client)NamenodeProtocolTranslatorR23 do not need to keep a reference to rpcProxyWithoutRetry ---------------------------------------------------------------------------------------------
Key: HDFS-2526 URL: https://issues.apache.org/jira/browse/HDFS-2526 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client, name-node Affects Versions: 0.24.0 Reporter: Aaron T. Myers Assignee: Aaron T. Myers 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira