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


##########
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:
   Looks we just changed the phrasing on the import here. Can we instead change 
this to a `super` call? 
[Ref](https://github.com/apache/ozone/pull/9955#discussion_r2983859477)



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