Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Panic in
CreateSnapshotRequest
handle if snapshot creation … (
#12147) …failed (#10765)" This reverts commit 8a09a2a. When the network was resharded, we added this panic in order to exit early if there was some failure, because the node would not be able to reshard without a valid snapshot. But now that decentralized state sync is going to be using these snapshots (and since we're reworking how resharding works anyway), this is no longer an error that requires a panic, since a node should continue to operate correctly even if this part fails.
- Loading branch information