ChenSammi commented on code in PR #5396:
URL: https://github.com/apache/ozone/pull/5396#discussion_r1360140322
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -650,7 +650,7 @@ private OzoneManager(OzoneConfiguration conf, StartupOption
startupOption)
SecretKeyProtocol secretKeyProtocol =
HddsServerUtil.getSecretKeyClientForOm(conf);
- secretKeyClient = new DefaultSecretKeySignerClient(secretKeyProtocol);
+ secretKeyClient = new DefaultSecretKeySignerClient(secretKeyProtocol,
"");
Review Comment:
This "" shall be replaced by node info here?
--
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]