Commit 0fb9e26
authored
Revert fail-fast disconnect strategy for
* Revert fail-fast disconnect strategy for `_resolve/cluster`
This was the first solution for the long wait times that user could
potentially see when invoking this API. However, we reverted this change
in favour of the new timeout parameter. Unfortunately, the change in
disconnect strategy targeted more broader versions than the timeout
parameter PR (which contained the revert). This PR fixes this discrepancy.
* Update docs/changelog/124241.yaml_resolve/cluster (elastic#124241)1 parent 7ac2963 commit 0fb9e26
File tree
2 files changed
+6
-1
lines changed- docs/changelog
- server/src/main/java/org/elasticsearch/action/admin/indices/resolve
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments