Closed
Description
Description
Snapshotting process when interrupted will return all not copied yet shards as PARTIAL.
If shards were ordered by what changes they have, the snapshoting process could work with "unchanged" shards first and finish them immediately. Then when working on copying a bigger "changed" shard, during interruption (node with shard is shut down) only the shards with changes will be marked as PARTIAL.
This could be an improvement untill #71333 is implemented.