question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make "cluster.deprecation_indexing.enabled" optional

See original GitHub issue

Chart version: 7.16.1 (with Elasticsearch-Image 7.6.2)

Kubernetes version: 1.19.x

Kubernetes provider: E.g. GKE (Google Kubernetes Engine) Bare-Metal

Helm Version: 3.6.3

helm get release output not relevant

Describe the bug: The new helm-chart version introduced this new environment variable which is of course not supported by our underlying ES version (ES crashes then). We want to do this chart-update to get the new v1-Ingress in-place to do subsequent infrastructure updates.

Steps to reproduce:

  1. Install the newest chart version with an older ES image version
  2. ES won’t start

Expected behavior: The “cluster.deprecation_indexing.enabled” parameter should be made optional.

Provide logs and/or server output (if relevant):

Be careful to obfuscate every secrets (credentials, token, public IP, …) that could be visible in the output before copy-pasting

Any additional context:

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jmlrtcommented, Feb 2, 2022

Yes, I understand and totally agree that updating Elasticsearch version may not be an option in certain cases, and meanwhile, new K8S versions are bringing changes that may not be compatible with the previous chart version.

However, we don’t have the bandwidth to maintain backward compatibility and support for every use case, so a choice had to be made to support only the current version with chart version == Elasticsearch version.

For the other use case, we recommend forking these charts and integrating the changes in your fork.

0reactions
phoenix-bjoerncommented, Jun 28, 2022

I don’t agree that the Helm chart and application version have to be aligned. There are good examples that BC plays a role and is respected in the existing chart, like esMajorVersion. And I would appreciated if toggles/switches specific to an ES version would be introduced wisely in the chart.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deprecation info APIs | Elasticsearch Guide [8.5] | Elastic
The deprecation API is to be used to retrieve information about different cluster, node, and index level settings that use deprecated features that...
Read more >
Settings and are deprecated. Index settings from your old ...
How to troubleshoot Elasticsearch/OpenSearch log "Settings and are deprecated. Index settings from your old indices have been updated to record the fact ...
Read more >
Elasticsearch integration - GitLab Docs
Enabling this allows you to select namespaces and projects to index. All other namespaces and projects use database search instead. If you enable...
Read more >
Amazon OpenSearch Service FAQs - AWS
Each domain is an OpenSearch or Elasticsearch cluster in the cloud with the compute and storage resources you specify. You can create and...
Read more >
Enable Elasticsearch indexing - Mattermost Documentation
Notes: If indexing is disabled and re-enabled after an index is created, we recommend you purge and rebuild the index to ensure complete...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found