Nikita-tech-writer commented on a change in pull request #8663:
URL: https://github.com/apache/ignite/pull/8663#discussion_r558301579



##########
File path: 
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
##########
@@ -1987,19 +1987,19 @@
     public static final String IGNITE_PERF_STAT_BUFFER_SIZE = 
"IGNITE_PERF_STAT_BUFFER_SIZE";
 
     /**
-     * Performance statistics minimal batch size to flush in bytes. The 
default value is
+     * Minimal performance statistics batch size to be flushed in bytes. The 
default value is
      * {@link FilePerformanceStatisticsWriter#DFLT_FLUSH_SIZE}.
      */
-    @SystemProperty(value = "Performance statistics minimal batch size to 
flush in bytes", type = Integer.class,
+    @SystemProperty(value = "Minimal performance statistics batch size to be 
flushed in bytes", type = Integer.class,
         defaults = "" + DFLT_FLUSH_SIZE)
     public static final String IGNITE_PERF_STAT_FLUSH_SIZE = 
"IGNITE_PERF_STAT_FLUSH_SIZE";
 
     /**
-     * Performance statistics maximum cached strings threshold. String caching 
will stop on threshold excess.
-     * The default value is {@link 
FilePerformanceStatisticsWriter#DFLT_CACHED_STRINGS_THRESHOLD}.
+     * Maximum performance statistics cached strings threshold. String caching 
will be stopped, when the threshold
+     * is exceeded. The default value is {@link 
FilePerformanceStatisticsWriter#DFLT_CACHED_STRINGS_THRESHOLD}.
      */
-    @SystemProperty(value = "Performance statistics maximum cached strings 
threshold. String caching will stop on " +
-        "threshold excess", type = Integer.class, defaults = "" + 
DFLT_CACHED_STRINGS_THRESHOLD)
+    @SystemProperty(value = "Maximum performance statistics cached strings 
threshold. String caching will be " +
+        "stopped, when the threshold is exceeded", type = Integer.class, 
defaults = "" + DFLT_CACHED_STRINGS_THRESHOLD)

Review comment:
       ```suggestion
       @SystemProperty(value = "Maximum performance statistics cached strings 
threshold. String caching is " +
           "stopped when the threshold is exceeded", type = Integer.class, 
defaults = "" + DFLT_CACHED_STRINGS_THRESHOLD)
   ```




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


Reply via email to