forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash of synced parachain node run with
--sync=warp
(paritytech…
…#3523) Fixes paritytech#3496.
- Loading branch information
1 parent
4ac7848
commit 7707097
Showing
3 changed files
with
101 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
title: Fix crash of synced parachain node run with `--sync=warp` | ||
|
||
doc: | ||
- audience: Node Operator | ||
description: | | ||
Fix crash of `SyncingEngine` when an already synced parachain node is run with `--sync=warp` | ||
(issue https://github.com/paritytech/polkadot-sdk/issues/3496). | ||
The issue manifests itself by errors in the logs: | ||
``` | ||
[Parachain] Cannot set warp sync target block: no warp sync strategy is active. | ||
[Parachain] Failed to set warp sync target block header, terminating `SyncingEngine`. | ||
``` | ||
Followed by a stream of messages: | ||
``` | ||
[Parachain] Protocol command streams have been shut down | ||
``` | ||
|
||
crates: | ||
- name: sc-network-sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters