shishkovilja commented on code in PR #10352:
URL: https://github.com/apache/ignite/pull/10352#discussion_r1029131961
##########
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java:
##########
@@ -2099,6 +2100,11 @@ public final class IgniteSystemProperties {
defaults = "" + DFLT_IGNITE_USE_BINARY_ARRAYS)
public static final String IGNITE_USE_BINARY_ARRAYS =
"IGNITE_USE_BINARY_ARRAYS";
+ /** Enables partitions ranges in logs. */
+ @SystemProperty(value = "Enables replacing of consecutively arranged
partition numbers by ranges in logs",
+ defaults = "" + DFLT_IGNITE_PRINT_PARTITION_RANGES_IN_LOGS)
+ public static final String IGNITE_PRINT_PARTITION_RANGES_IN_LOGS =
"IGNITE_PRINT_PARTITION_RANGES_IN_LOGS";
+
Review Comment:
Ok, I removed property.
--
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]