kerneltime commented on code in PR #5391:
URL: https://github.com/apache/ozone/pull/5391#discussion_r1513498047
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -1673,6 +1698,18 @@ public void start() throws IOException {
keyManager.start(configuration);
+ try {
Review Comment:
Minor nit: This can be fixed in a new PR, since `KeyManager` is dependent on
`scmTopologyClient`, maybe we should start the client before the `KeyManager`
--
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]