You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable rebalancing in DataStreamLifecycleDownsampleDisruptionIT (#133036) (#133434)
We were seeing test failures here due by the relocation of some shards
taking more than 30 seconds. This happened after downsampling had
already completed, causing the `ensureGreen` at the end of the test to
time out.
The Distributed Coordination team suggested disabling shard rebalancing
in this test (among other things, which have already been implemented).
Fixes#131394
(cherry picked from commit 7519de6)
# Conflicts:
# muted-tests.yml
Copy file name to clipboardExpand all lines: x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample/DataStreamLifecycleDownsampleDisruptionIT.java
0 commit comments