chesnokoff commented on code in PR #12301:
URL: https://github.com/apache/ignite/pull/12301#discussion_r2361970111


##########
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:
   Initially, I found LocalDeploymentSpi#IGNITE_DEPLOYMENT_ADDITIONAL_CHECK:
   ```java
   /** Enables additional check for resource name on resources removal. */
   @SystemProperty(value = "Enables an additional check of a resource name on 
resources removal")
   public static final String IGNITE_DEPLOYMENT_ADDITIONAL_CHECK = 
"IGNITE.DEPLOYMENT.ADDITIONAL.CHECK";
   ```
   That's why I used dots. But now I see that other properties use underscores. 
Resolved



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