Skip to content

[8.19] Allow for mark == bytes.length. (#128340)#128466

Merged
elasticsearchmachine merged 1 commit intoelastic:8.19from
prdoyle:backport/8.19/pr-128340
May 26, 2025
Merged

[8.19] Allow for mark == bytes.length. (#128340)#128466
elasticsearchmachine merged 1 commit intoelastic:8.19from
prdoyle:backport/8.19/pr-128340

Conversation

@prdoyle
Copy link
Contributor

@prdoyle prdoyle commented May 26, 2025

Backports the following commits to 8.19:

In the case that the mark is at the very end of the stream,
the slice's stream could already be closed by the time we
call reset(), and so the stream must be reopened.
@prdoyle prdoyle added :Core/Infra/Core Core issues without another label :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test Issues or PRs that are addressing/adding tests auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team Team:Distributed Coordination (obsolete) Meta label for Distributed Coordination team. Obsolete. Please do not use. labels May 26, 2025
@elasticsearchmachine elasticsearchmachine merged commit d5066d4 into elastic:8.19 May 26, 2025
15 checks passed
@prdoyle prdoyle deleted the backport/8.19/pr-128340 branch May 26, 2025 15:10
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 :Core/Infra/Core Core issues without another label :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Core/Infra Meta label for core/infra team Team:Distributed Coordination (obsolete) Meta label for Distributed Coordination team. Obsolete. Please do not use. >test Issues or PRs that are addressing/adding tests v8.19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments