Skip to content

Commit 566f5d5

Browse files
committed
Give duration threshold minimum of one minute
1 parent 17fd729 commit 566f5d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public class UndesiredAllocationsTracker {
4747
public static final Setting<TimeValue> UNDESIRED_ALLOCATION_DURATION_LOG_THRESHOLD_SETTING = Setting.timeSetting(
4848
"cluster.routing.allocation.desired_balance.undesired_duration_logging.threshold",
4949
FIVE_MINUTES,
50+
ONE_MINUTE,
5051
Setting.Property.Dynamic,
5152
Setting.Property.NodeScope
5253
);

0 commit comments

Comments
 (0)