Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing ES Promotion: migration actions cloneIndex resolves left with a retryable_es_client_error if clone target already exists but takes longer than the specified timeout before turning yellow #117856

Closed
mistic opened this issue Nov 8, 2021 · 2 comments · Fixed by #117879
Assignees
Labels
blocker failed-es-promotion skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0 v8.1.0

Comments

@mistic
Copy link
Member

mistic commented Nov 8, 2021

This failure is preventing the promotion of the current Elasticsearch nightly snapshot.

For more information on the Elasticsearch snapshot promotion process including how to reproduce using the unverified nightly ES build: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html

CI failure logs: https://buildkite.com/elastic/kibana-elasticsearch-snapshot-verify/builds/354#689031aa-464d-4904-84ab-b474385c25b0

Error: expect(received).resolves.toMatchObject(expected)

- Expected  - 6
+ Received  + 1

  Object {
-   "_tag": "Left",
-   "left": Object {
-     "error": Any<ResponseError>,
-     "message": StringMatching /\"timed_out\":true/,
-     "type": "retryable_es_client_error",
-   },
+   "_tag": "Right",
  }
@mistic mistic added blocker Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc skipped-test failed-es-promotion v8.1.0 labels Nov 8, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@mistic
Copy link
Member Author

mistic commented Nov 8, 2021

Skipped.

main/8.1: c6fc16f
8.0: 910ca6e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-es-promotion skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0 v8.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants