sodonnel commented on code in PR #9983:
URL: https://github.com/apache/ozone/pull/9983#discussion_r3009107399


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/upgrade/SCMUpgradeFinalizer.java:
##########
@@ -95,7 +94,7 @@ void replicatedFinalizationSteps(HDDSLayoutFeature lf,
   @Override
   public void postFinalizeUpgrade(SCMUpgradeFinalizationContext context) 
throws IOException {
     waitForDatanodesToFinalize(context);
-    getVersionManager().setUpgradeState(FINALIZATION_DONE);
+    
getVersionManager().setUpgradeState(UpgradeFinalization.Status.FINALIZATION_DONE);

Review Comment:
   Ah yes, I have pushed that change now.



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