Skip to content

Commit 7dcb690

Browse files
committed
Default max to track to zero
1 parent 5fd0770 commit 7dcb690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/UndesiredAllocationsTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class UndesiredAllocationsTracker {
6262
*/
6363
public static final Setting<Integer> MAX_UNDESIRED_ALLOCATIONS_TO_TRACK = Setting.intSetting(
6464
"cluster.routing.allocation.desired_balance.undesired_duration_logging.max_to_track",
65-
10,
65+
0,
6666
0,
6767
200,
6868
Setting.Property.Dynamic,

0 commit comments

Comments
 (0)