sergey-chugunov-1985 commented on code in PR #12301:
URL: https://github.com/apache/ignite/pull/12301#discussion_r2358238058


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/nodevalidation/OsDiscoveryNodeValidationProcessor.java:
##########
@@ -32,6 +36,10 @@
  * Node validation.
  */
 public class OsDiscoveryNodeValidationProcessor extends GridProcessorAdapter 
implements DiscoveryNodeValidationProcessor {
+    /** Enables version check for rolling upgrade. */
+    @SystemProperty(value = "Enables version check for rolling upgrade.")
+    public static final String IGNITE_ROLLING_UPGRADE_VERSION_CHECK = 
"IGNITE.ROLLING.UPGRADE.VERSION.CHECK";

Review Comment:
   Underscore is used as a separator in system properties accross ignite 
codebase. Please fix this in string literal: 
`IGNITE_ROLLING_UPGRADE_VERSION_CHECK` instead of 
`IGNITE.ROLLING.UPGRADE.VERSION.CHECK`



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

Reply via email to