prashantpogde commented on a change in pull request #1998:
URL: https://github.com/apache/ozone/pull/1998#discussion_r604583361
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/upgrade/DataNodeUpgradeFinalizer.java
##########
@@ -95,14 +110,22 @@ public Void call() throws IOException {
datanodeStateMachine.getLayoutStorage());
versionManager.finalized(f);
}
+ injectTestFunctionAtThisPoint(BeforeCompleteFinalization);
versionManager.completeFinalization();
+ injectTestFunctionAtThisPoint(AfterCompleteFinalization);
datanodeStateMachine.postFinalizeUpgrade();
+ injectTestFunctionAtThisPoint(AfterPostFinalizeUpgrade);
emitFinishedMsg();
return null;
+ } catch (Exception e) {
+ e.printStackTrace();
Review comment:
done. {this piece is restructured and moved to
UpgradeFinalizationExecutor.java in new version}
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]