Files
pezkuwi-subxt/prdoc/1.9.0/pr_3523.prdoc
T
Egor_P 7b6b061e32 [Backport] version bumps and prdocs reordering 1.9.0 (#3758)
This PR backports:
- node version bump
- `spec_vesion` bump
- reordering of the `prdocs` to the appropriate folder
from the `1.9.0` release branch
2024-03-21 09:00:10 +00:00

20 lines
699 B
Plaintext

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