nizhikov commented on a change in pull request #8207:
URL: https://github.com/apache/ignite/pull/8207#discussion_r485550889



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/topology/PartitionsEvictManager.java
##########
@@ -60,6 +61,8 @@
     private static final int DEFAULT_SHOW_EVICTION_PROGRESS_FREQ_MS = 2 * 60 * 
1000;
 
     /** Eviction progress frequency property name. */
+    @SystemProperty(value = "Eviction progress frequency in milliseconds", 
type = Long.class,
+        defaults = "" + DEFAULT_SHOW_EVICTION_PROGRESS_FREQ_MS)
     private static final String SHOW_EVICTION_PROGRESS_FREQ = 
"SHOW_EVICTION_PROGRESS_FREQ";

Review comment:
       Yes. Fixed.




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