File tree 1 file changed +3
-3
lines changed
server/src/main/java/org/elasticsearch/cluster/routing/allocation/decider
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
package org .elasticsearch .cluster .routing .allocation .decider ;
21
21
22
- import java .util .Set ;
23
-
24
22
import com .carrotsearch .hppc .cursors .ObjectCursor ;
25
23
import org .apache .logging .log4j .LogManager ;
26
24
import org .apache .logging .log4j .Logger ;
44
42
import org .elasticsearch .index .Index ;
45
43
import org .elasticsearch .index .shard .ShardId ;
46
44
45
+ import java .util .Set ;
46
+
47
47
import static org .elasticsearch .cluster .routing .allocation .DiskThresholdSettings .CLUSTER_ROUTING_ALLOCATION_HIGH_DISK_WATERMARK_SETTING ;
48
48
import static org .elasticsearch .cluster .routing .allocation .DiskThresholdSettings .CLUSTER_ROUTING_ALLOCATION_LOW_DISK_WATERMARK_SETTING ;
49
49
68
68
* exact byte values for free space (like "500mb")
69
69
*
70
70
* <code>cluster.routing.allocation.disk.threshold_enabled</code> is used to
71
- * enable or disable this decider. It defaults to false (disabled ).
71
+ * enable or disable this decider. It defaults to true (enabled ).
72
72
*/
73
73
public class DiskThresholdDecider extends AllocationDecider {
74
74
You can’t perform that action at this time.
0 commit comments