avijayanhwx commented on a change in pull request #629: HDDS-3071. Datanodes
unable to connect to recon in Secure Environment
URL: https://github.com/apache/hadoop-ozone/pull/629#discussion_r387949045
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMDatanodeProtocolServer.java
##########
@@ -407,14 +387,48 @@ private static String flatten(String input) {
.replaceAll(" +", " ");
}
- protected String getScmDatanodeAddressKey() {
+ protected RPC.Server getRpcServer(OzoneConfiguration conf,
+ InetSocketAddress datanodeRpcAddr,
Review comment:
@xiaoyuyao I have refactored this a little bit differently. Please let me
know if this is OK.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]