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

Protect against stuck migration due to disabled allocation #52569

Closed
PhaedrusTheGreek opened this issue Dec 9, 2019 · 4 comments · Fixed by #89297
Closed

Protect against stuck migration due to disabled allocation #52569

PhaedrusTheGreek opened this issue Dec 9, 2019 · 4 comments · Fixed by #89297
Labels
Feature:Saved Objects Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@PhaedrusTheGreek
Copy link
Contributor

Kibana version: 7.4
Elasticsearch version: 7.4

If Elasticsearch allocation is disabled when Kibana is upgraded, the upgrade will get stuck, requiring intervention, even after allocation has been re-enabled.

@PhaedrusTheGreek PhaedrusTheGreek added the enhancement New value added to drive a business result label Dec 9, 2019
@cjcenizal cjcenizal added Feature:Upgrade Assistant Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Dec 12, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@sebgl
Copy link

sebgl commented Jan 6, 2020

I think we are hitting this in ECK, see elastic/cloud-on-k8s#2352.

Users are free to perform any change on the Elasticsearch specification that may lead to a rolling upgrade (eg. version change, but also memory requirements changes, configuration changes, etc.). During rolling upgrades we disable shards allocation.

Concurrently, users may require a version upgrade of Kibana.

@rudolf rudolf added Feature:Saved Objects Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Mar 6, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@rudolf rudolf removed Feature:Upgrade Assistant Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more enhancement New value added to drive a business result labels Oct 19, 2020
@rudolf
Copy link
Contributor

rudolf commented Dec 17, 2020

This will probably be addressed by #75780

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Saved Objects Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants