You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2021/11/30 16:07:32 UTC

[ignite] branch master updated: IGNITE-15887 Updated wording in Javadoc related to checkpoint frequency. Fixes #9557

This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 5526739  IGNITE-15887 Updated wording in Javadoc related to checkpoint frequency. Fixes #9557
5526739 is described below

commit 5526739784c2b60e542e81946c36dfa433f6af9f
Author: IgGusev <de...@mail.ru>
AuthorDate: Tue Nov 30 19:06:35 2021 +0300

    IGNITE-15887 Updated wording in Javadoc related to checkpoint frequency. Fixes #9557
    
    Signed-off-by: Slava Koptilin <sl...@gmail.com>
---
 .../java/org/apache/ignite/configuration/DataStorageConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/src/main/java/org/apache/ignite/configuration/DataStorageConfiguration.java b/modules/core/src/main/java/org/apache/ignite/configuration/DataStorageConfiguration.java
index d27cc8d..045b8a6 100644
--- a/modules/core/src/main/java/org/apache/ignite/configuration/DataStorageConfiguration.java
+++ b/modules/core/src/main/java/org/apache/ignite/configuration/DataStorageConfiguration.java
@@ -536,7 +536,7 @@ public class DataStorageConfiguration implements Serializable {
 
     /**
      * Sets the checkpoint frequency which is a minimal interval when the dirty pages will be written
-     * to the Persistent Store. If the rate is high, checkpoint will be triggered more frequently.
+     * to the Persistent Store. Checkpoint will be triggered more frequently the lower the value you use.
      *
      * If value is not positive, {@link #DFLT_CHECKPOINT_FREQ} will be used.
      *