Mmuzaf commented on a change in pull request #8207:
URL: https://github.com/apache/ignite/pull/8207#discussion_r485561151
##########
File path:
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
##########
@@ -53,30 +149,40 @@
* @deprecated Use {@link #IGNITE_LOG_INSTANCE_NAME}.
*/
@Deprecated
+ @SystemProperty(value = "If this system property is present Ignite will
include grid name into " +
+ "verbose log", type = String.class)
public static final String IGNITE_LOG_GRID_NAME = "IGNITE_LOG_GRID_NAME";
/**
* If this system property is present the Ignite will include instance
name into verbose log.
*/
+ @SystemProperty(value = "If this system property is present Ignite will
include instance name " +
Review comment:
`SKIP_MAP_CHECK` is missed in `IgniteSystemProperties` but exists in the
source code.
----------------------------------------------------------------
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]