devmadhuu commented on code in PR #9436:
URL: https://github.com/apache/ozone/pull/9436#discussion_r2597202532
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/OzoneManagerServiceProviderImpl.java:
##########
@@ -272,6 +272,7 @@ public void start() {
throw new RuntimeException(runtimeException);
}
}
+ reconTaskController.updateOMMetadataManager(omMetadataManager);
Review Comment:
Thanks for putting the error trace, however this still doesn't answer the
question that why omMetaManager would be NULL if start of services being called
before upgrade logic. Can you please analyze the code and get the actual root
cause of it becoming null rather providing random fix.
--
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]