mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Fix crash of synced parachain node run with --sync=warp (#3523)
Fixes https://github.com/paritytech/polkadot-sdk/issues/3496.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user