Commit 0c78109
authored
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
1 parent c000e55 commit 0c78109
File tree
1 file changed
+8
-4
lines changed- x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
88 | | - | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
0 commit comments