xiaoyuyao 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_r387909794
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMDatanodeProtocolServer.java
##########
@@ -131,46 +133,24 @@ public SCMDatanodeProtocolServer(final
OzoneConfiguration conf,
this.scm = scm;
this.eventPublisher = eventPublisher;
- final int handlerCount =
- conf.getInt(OZONE_SCM_HANDLER_COUNT_KEY,
- OZONE_SCM_HANDLER_COUNT_DEFAULT);
heartbeatDispatcher = new SCMDatanodeHeartbeatDispatcher(
scm.getScmNodeManager(), eventPublisher);
- RPC.setProtocolEngine(conf, StorageContainerDatanodeProtocolPB.class,
Review comment:
NIT: can you highlight the changes relate to the issue? Or the change in
this file is a refactor?
----------------------------------------------------------------
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]