ChenSammi commented on code in PR #5396:
URL: https://github.com/apache/ozone/pull/5396#discussion_r1360233094


##########
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:
   Okay, then don't forget to override these ""s with real node info in next 
patches, One in OzoneManager, another in HddsDatanodeService. 
   cc @ArafatKhan2198 



-- 
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]

Reply via email to