nizhikov commented on a change in pull request #8207:
URL: https://github.com/apache/ignite/pull/8207#discussion_r484202627
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
##########
@@ -190,12 +191,15 @@
@SuppressWarnings({"unchecked",
"NonPrivateFieldAccessedInSynchronizedContext"})
public class GridCacheDatabaseSharedManager extends
IgniteCacheDatabaseSharedManager {
/** */
+ @SystemProperty(value = "Skip IO sync on checkpoint.")
public static final String IGNITE_PDS_CHECKPOINT_TEST_SKIP_SYNC =
"IGNITE_PDS_CHECKPOINT_TEST_SKIP_SYNC";
- /** */
+ /** Skip checkpoint on node stop flag. */
+ @SystemProperty(value = "Skip checkpoint on node stop flag.")
Review comment:
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]