Skip to content

[8.x] Fast refresh indices should use search shards (#113478)#114259

Merged
elasticsearchmachine merged 1 commit intoelastic:8.xfrom
kingherc:backport/8.x/pr-113478
Oct 7, 2024
Merged

[8.x] Fast refresh indices should use search shards (#113478)#114259
elasticsearchmachine merged 1 commit intoelastic:8.xfrom
kingherc:backport/8.x/pr-113478

Conversation

@kingherc
Copy link
Contributor

@kingherc kingherc commented Oct 7, 2024

Backports the following commits to 8.x:

Fast refresh indices should now behave like non fast refresh indices in
how they execute (m)gets and searches. I.e., they should use the search
shards.

For BWC, we define a new transport version. We expect search shards to
be upgraded first, before promotable shards. Until the cluster is fully
upgraded, the promotable shards (whether upgraded or not) will still
receive and execute gets/searches locally.

Relates ES-9573
Relates ES-9579
@kingherc kingherc added :Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >non-issue auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport serverless-linked Added by automation, don't add manually Team:Distributed Meta label for distributed team. labels Oct 7, 2024
@elasticsearchmachine elasticsearchmachine merged commit 2356006 into elastic:8.x Oct 7, 2024
@kingherc kingherc deleted the backport/8.x/pr-113478 branch October 7, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >non-issue serverless-linked Added by automation, don't add manually Team:Distributed Meta label for distributed team. v8.16.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants