Skip to content

[8.x] Remove needless sending of OriginalIndices in SearchFreeContextRequest (#117245)#118698

Merged
elasticsearchmachine merged 1 commit intoelastic:8.xfrom
original-brownbear:backport/8.x/pr-117245
Dec 13, 2024
Merged

[8.x] Remove needless sending of OriginalIndices in SearchFreeContextRequest (#117245)#118698
elasticsearchmachine merged 1 commit intoelastic:8.xfrom
original-brownbear:backport/8.x/pr-117245

Conversation

@original-brownbear
Copy link
Contributor

Backports the following commits to 8.x:

#117245)

We don't need to use this request, the handler for freeing of scroll requests literally goes
to the same transport handler and doesn't come with the list of indices.
The original security need for keeping the list of indices around is long gone.
@original-brownbear original-brownbear added :Search Foundations/Search Catch all for Search Foundations >non-issue auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch labels Dec 13, 2024
@elasticsearchmachine elasticsearchmachine merged commit d6dca2f into elastic:8.x Dec 13, 2024
@original-brownbear original-brownbear deleted the backport/8.x/pr-117245 branch December 13, 2024 21:37
maxhniebergall pushed a commit to maxhniebergall/elasticsearch that referenced this pull request Dec 16, 2024
elastic#117245) (elastic#118698)

We don't need to use this request, the handler for freeing of scroll requests literally goes
to the same transport handler and doesn't come with the list of indices.
The original security need for keeping the list of indices around is long gone.
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 >non-issue :Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch v8.18.0

2 participants