Skip to content

Conversation

@pquentin
Copy link
Member

It looks like there are more issues with DataStreamLifecycleDownsampling, but let's just focus on indices.put_data_lifecycle. Since it's going to change soon (given elastic/elasticsearch#137023 and #5563), I'd like the existing tests to pass.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2025

Following you can find the validation changes against the target branch for the API.

API Status Request Response
indices.put_data_lifecycle 🔴 → 🟢 5/6 → 6/6 6/6

You can validate this API yourself by using the make validate target.

@pquentin
Copy link
Member Author

(It's still failing, but #5563 fixes the other part.)

Copy link
Contributor

@gmarouli gmarouli left a comment

Choose a reason for hiding this comment

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

LGTM, good catch!

@pquentin
Copy link
Member Author

Updated the branch to show the success in the automated comment. Thanks for the review, merging!

@pquentin pquentin merged commit 5c8d75f into main Oct 31, 2025
8 checks passed
@pquentin pquentin deleted the fix-indices-put-data-lifecycle branch October 31, 2025 06:13
@github-actions
Copy link
Contributor

The backport to 8.19 failed:

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

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-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-5583-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 5c8d75f0979890f64184a42c7f59b4b3c50aa2c2
# Push it to GitHub
git push --set-upstream origin backport-5583-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

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

github-actions bot pushed a commit that referenced this pull request Oct 31, 2025
github-actions bot pushed a commit that referenced this pull request Oct 31, 2025
pquentin added a commit that referenced this pull request Oct 31, 2025
(cherry picked from commit 5c8d75f)

# Conflicts:
#	output/openapi/elasticsearch-serverless-openapi.json
@pquentin
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

pquentin added a commit that referenced this pull request Oct 31, 2025
(cherry picked from commit 5c8d75f)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
pquentin added a commit that referenced this pull request Oct 31, 2025
(cherry picked from commit 5c8d75f)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
pquentin added a commit that referenced this pull request Oct 31, 2025
(cherry picked from commit 5c8d75f)

# Conflicts:
#	output/openapi/elasticsearch-serverless-openapi.json
margaretjgu pushed a commit that referenced this pull request Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants