arturmuradimov77 commented on a change in pull request #5891: Ignite-10921
URL: https://github.com/apache/ignite/pull/5891#discussion_r250759817
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java
 ##########
 @@ -2189,6 +2190,11 @@ private IgniteConfiguration 
initializeConfiguration(IgniteConfiguration cfg)
 
             myCfg.setNodeId(nodeId);
 
+            String predefineConsistentId = 
IgniteSystemProperties.getString(IGNITE_CONSISTENT_ID);
+
+            if (!F.isEmpty(predefineConsistentId))
 
 Review comment:
   I am sure that I mean the overwriting property.
   I think, it is general approach in Ignite (see IGNITE_OVERRIDE_MCAST_GRP, 
IGNITE_REFLECTION_CACHE_SIZE, IGNITE_LOCAL_HOST, IGNITE_DEP_MODE_OVERRIDE).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to