From ffcbf9ca0cb3b97dce977c2b17671e85909b47eb Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Mon, 29 Jun 2020 13:32:21 +0200 Subject: [PATCH] Fix Snapshots Capturing Incomplete Datastreams (#58630) (#58656) Only snapshot datastreams that are recorded in `SnapshotInfo` and clean those that aren't from the snapshotted metadata. Do not restore all datastreams by default when restoring global metadata, use the same mechanics used for indices here. Closes #58544