Nikita-tech-writer commented on a change in pull request #8663:
URL: https://github.com/apache/ignite/pull/8663#discussion_r558300492
##########
File path:
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
##########
@@ -1971,11 +1971,11 @@
"IGNITE_DEFRAGMENTATION_REGION_SIZE_PERCENTAGE";
/**
- * Performance statistics maximum file size in bytes. Performance
statistics will be stopped when the size exceeded.
- * The default value is {@link
FilePerformanceStatisticsWriter#DFLT_FILE_MAX_SIZE}.
+ * Maximum performance statistics file size in bytes. Performance
statistics collection will be stopped when the
+ * file size exceeded. The default value is {@link
FilePerformanceStatisticsWriter#DFLT_FILE_MAX_SIZE}.
Review comment:
```suggestion
* Maximum performance statistics file size in bytes. Performance
statistics collection is stopped when the
* file size is exceeded. The default value is {@link
FilePerformanceStatisticsWriter#DFLT_FILE_MAX_SIZE}.
```
----------------------------------------------------------------
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]