timoninmaxim commented on code in PR #12513:
URL: https://github.com/apache/ignite/pull/12513#discussion_r2523485808
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/rollingupgrade/RollingUpgradeProcessor.java:
##########
@@ -291,6 +297,9 @@ private boolean
checkVersionsForEnabling(IgniteProductVersion cur, IgniteProduct
oldVerPair.get1() + " , " + oldVerPair.get2());
}
+ if (force)
+ return true;
Review Comment:
Let's add log here that we skip checking versions due to force flag
--
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]