You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/11/02 13:52:02 UTC

[GitHub] [ignite] anton-vinogradov commented on a diff in pull request #10352: IGNITE-17865 Disable partition ranges in log messages by default

anton-vinogradov commented on code in PR #10352:
URL: https://github.com/apache/ignite/pull/10352#discussion_r1011789969


##########
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:
   This is useless, I think.
   We must log parts properly each time.



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org