sumitagrawl commented on code in PR #7452:
URL: https://github.com/apache/ozone/pull/7452#discussion_r1855736355


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/upgrade/ReconLayoutVersionManager.java:
##########
@@ -88,10 +89,27 @@ public void 
finalizeLayoutFeatures(ReconStorageContainerManagerFacade scmFacade)
         // Fetch only the FINALIZE action for the feature
         Optional<ReconUpgradeAction> action = 
feature.getAction(ReconUpgradeAction.UpgradeActionType.FINALIZE);
         if (action.isPresent()) {
-          // Execute the upgrade action & update the schema version in the DB
-          action.get().execute(scmFacade);
-          updateSchemaVersion(feature.getVersion());
-          LOG.info("Feature versioned {} finalized successfully.", 
feature.getVersion());
+          try (Connection connection = scmFacade.getDataSource()

Review Comment:
   IMO, every feature as once a feature is upgraded, it should not be 
rollbacked due to crash in next feature.



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