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

agoncharuk 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 185035e  IGNITE-11149 Update default value for 
IGNITE_DISABLE_WAL_DURING_REBALANCING in javadoc. - Fixes #6050.
185035e is described below

commit 185035e5d5267d64058671f0e68e6b9081dc1a89
Author: Andrey Kalinin <prize2s...@gmail.com>
AuthorDate: Tue Apr 9 10:39:26 2019 +0300

    IGNITE-11149 Update default value for IGNITE_DISABLE_WAL_DURING_REBALANCING 
in javadoc. - Fixes #6050.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
---
 .../core/src/main/java/org/apache/ignite/IgniteSystemProperties.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java 
b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
index 3097a05..aaf97bf 100644
--- a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
+++ b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
@@ -943,9 +943,9 @@ public final class IgniteSystemProperties {
     public static final String IGNITE_PART_DISTRIBUTION_WARN_THRESHOLD = 
"IGNITE_PART_DISTRIBUTION_WARN_THRESHOLD";
 
     /**
-     * When set to {@code true}, WAL will be automatically disabled during 
rebalancing if there is no partition in
+     * When set to {@code false}, WAL will not be automatically disabled 
during rebalancing if there is no partition in
      * OWNING state.
-     * Default is {@code false}.
+     * Default is {@code true}.
      */
     public static final String IGNITE_DISABLE_WAL_DURING_REBALANCING = 
"IGNITE_DISABLE_WAL_DURING_REBALANCING";
 

Reply via email to