Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.0] Bug Fix: System Data Streams Should Be Restorable (#124651) #124910

Merged
merged 3 commits into from
Mar 14, 2025

Conversation

JVerwolf
Copy link
Contributor

Backport

This will backport the following commits from main to 9.0:

Questions ?

Please refer to the Backport tool documentation

This PR adds a new MetadataDeleteDataStreamService that allows us to delete system data streams prior to a restore operation.  This fixes a bug where system data streams were previously un-restorable.

(cherry picked from commit cb3c357)

# Conflicts:
#	modules/data-streams/src/main/java/org/elasticsearch/datastreams/action/DeleteDataStreamTransportAction.java
#	server/src/main/java/org/elasticsearch/snapshots/RestoreService.java
#	server/src/test/java/org/elasticsearch/cluster/metadata/MetadataDataStreamsServiceTests.java
@JVerwolf
Copy link
Contributor Author

@elasticsearchmachine test this

@JVerwolf JVerwolf added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Mar 14, 2025
@elasticsearchmachine elasticsearchmachine merged commit 0fc2837 into elastic:9.0 Mar 14, 2025
16 checks passed
@JVerwolf JVerwolf deleted the backport/9.0/pr-124651 branch March 14, 2025 22:13
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 v9.0.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants