Jing9 commented on PR #5633: URL: https://github.com/apache/hadoop/pull/5633#issuecomment-1550409742
Thanks for working on this, Prateek! Looking into the code, do you think we can use RPC#getServerAddress to get the latest remote address? When the JN host gets swapped, the remote ConnectionId in the RPC client is unchanged, but its remote server InetSocketAddress gets updated. So theoretically we can retrieve the latest address from the utility method? -- 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]
