You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bug Fix: System Data Streams Should Be Restorable (elastic#124651)
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
* Fix test bug, mute test
Copy file name to clipboardExpand all lines: modules/data-streams/src/main/java/org/elasticsearch/datastreams/action/DeleteDataStreamTransportAction.java
Copy file name to clipboardExpand all lines: server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/create/AutoCreateSystemIndexIT.java
0 commit comments