Skip to content

task(index): Allow replica auto-expansion to be configured and set a more intelligent default.#34641

Merged
wezell merged 7 commits intomainfrom
issue-34640-allow-replicas-to-be-configure
Mar 9, 2026
Merged

task(index): Allow replica auto-expansion to be configured and set a more intelligent default.#34641
wezell merged 7 commits intomainfrom
issue-34640-allow-replicas-to-be-configure

Conversation

@wezell
Copy link
Contributor

@wezell wezell commented Feb 13, 2026

This allows for ES replicas to be set via config variable and also sets a more intelligent replica default.

Sets our max number of index replicas to 1 by default.

ref: #34640

This also removes the ability to set default shard counts from the UI or rest endpoint. If you want more than 1 shard, the only way to set that is by setting config var es.index.number_of_shards

This PR fixes: #34640

…exes. Now this can only be done via env var.

ref: #34640"
@wezell wezell enabled auto-merge February 13, 2026 18:45
@fmontes fmontes linked an issue Feb 18, 2026 that may be closed by this pull request
2 tasks
@github-actions github-actions bot added the Area : Backend PR changes Java/Maven backend code label Mar 5, 2026
@wezell wezell requested a review from nollymar March 6, 2026 13:17
@wezell wezell disabled auto-merge March 6, 2026 19:07
@wezell wezell dismissed nollymar’s stale review March 9, 2026 02:10

Requested changes have been made

@wezell wezell added this pull request to the merge queue Mar 9, 2026
Merged via the queue into main with commit 7b6945c Mar 9, 2026
43 checks passed
@wezell wezell deleted the issue-34640-allow-replicas-to-be-configure branch March 9, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area : Backend PR changes Java/Maven backend code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[TASK] Reduce default ES replica auto-expansion

5 participants