sk0x50 commented on a change in pull request #5779: IGNITE-10508 Support the 
new checkpoint feature not wait for the previous operation to complete
URL: https://github.com/apache/ignite/pull/5779#discussion_r253411617
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
 ##########
 @@ -1121,6 +1121,11 @@
      */
     public static final String IGNITE_DISABLE_AFFINITY_MEMORY_OPTIMIZATION = 
"IGNITE_DISABLE_AFFINITY_MEMORY_OPTIMIZATION";
 
+    /**
+     *
 
 Review comment:
   Please add javadoc here. Something like the following:
   `This property allows triggering a new checkpoint without awaiting the 
ongoing checkpoint.
   It means that the current checkpoint is canceled and all `checkpoint` pages 
are added to a new checkpoint.
   The current implementation supports one checkpoint merge to avoid a 
potential OOM.`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to