adoroszlai commented on code in PR #3387:
URL: https://github.com/apache/ozone/pull/3387#discussion_r867308926
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -3297,6 +3297,7 @@ TermIndex installCheckpoint(String leaderId, Path
checkpointLocation,
if (canProceed) {
// Stop RPC server before stop metadataManager
omRpcServer.stop();
+ omRpcServer.join();
Review Comment:
Your are right, this is for other threads. I'll need to debug further.
--
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]