hfutatzhanghb commented on PR #7139: URL: https://github.com/apache/hadoop/pull/7139#issuecomment-2580074232
> I didn't get why we need to update `ClientNamenodeProtocolServerSideTranslatorPB` and `NamenodeProtocolServerSideTranslatorPB`. Others look good to me. Will give +1 from my side once solve these suspicious changes. Thanks. @Hexiaoqiao Sir, we just make some fields and methods from private to protected in `ClientNamenodeProtocolServerSideTranslatorPB` and `NamenodeProtocolServerSideTranslatorPB` to make those fields can be accessed by the child class of these two classes such as `RouterClientNamenodeProtocolServerSideTranslatorPB ` and `RouterNamenodeProtocolServerSideTranslatorPB`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
