Skip to content

Conversation

kolchfa-aws
Copy link
Collaborator

Propagate 11050 to 2.4

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Fanit Kolchina <[email protected]>
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kolchfa-aws kolchfa-aws merged commit 35855f4 into 2.4 Sep 26, 2025
5 checks passed
@kolchfa-aws kolchfa-aws added the backport 2.3 PR: Backport label for 2.3 label Sep 26, 2025
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.3 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.3 2.3
# Navigate to the new working tree
pushd ../.worktrees/backport-2.3
# Create a new branch
git switch --create backport/backport-11064-to-2.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 35855f4fe41862f85902aa2bf7ff5bb4196cf11e
# Push it to GitHub
git push --set-upstream origin backport/backport-11064-to-2.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.3

Then, create a pull request where the base branch is 2.3 and the compare/head branch is backport/backport-11064-to-2.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.3 PR: Backport label for 2.3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants