Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh system-chain sync is stuck #4648

Closed
tugytur opened this issue May 30, 2024 · 1 comment
Closed

Fresh system-chain sync is stuck #4648

tugytur opened this issue May 30, 2024 · 1 comment

Comments

@tugytur
Copy link
Contributor

tugytur commented May 30, 2024

When doing a fresh archive sync of any of the system chains the finalized block always stays at 0.
I also did a fresh sync for a relay chain (westend) and there it works.

Throughout the sync finalized stays at 0, when best reaches target the node switches to Preparing and does 0.0 bps for hours. Nothing happens. As a Workaround I downgraded to v 1.11 when it caught up and then it finalized and upgraded back to the latest release.

Flags used:

ExecStart=/usr/local/bin/polkadot-parachain \
        --name="corksm1" \
        --database=paritydb \
        --state-pruning=archive \
        --blocks-pruning=archive \
        --base-path=/var/blockchain/data \
        --keystore-path=/var/blockchain/keystore \
        --chain=coretime-kusama \
        --no-mdns \
        --no-hardware-benchmarks \
        --prometheus-port=9615 \
        --rpc-port=9944 \
        --in-peers-light=20 \
        --no-telemetry \
        --rpc-external \
        --listen-addr=/ip4/0.0.0.0/tcp/30012/ws \
        --listen-addr=/ip4/0.0.0.0/tcp/30013 \
        --rpc-max-connections=10000 \
        --rpc-max-request-size=1 \
        --rpc-max-response-size=15 \
        --rpc-max-subscriptions-per-connection=1024 \
        --rpc-methods=safe \
        --rpc-cors=all \
        --wasm-execution=compiled \
        --max-runtime-instances=32 \
        --runtime-cache-size=64 \
        --enable-offchain-indexing=true \
        --relay-chain-rpc-urls="ws://10.10.152.11:9944" \
        --relay-chain-rpc-urls="ws://10.10.152.12:9944" \
        -- \
        --no-telemetry \
        --no-mdns \
        --no-hardware-benchmarks \
        --no-prometheus \
        --listen-addr=/ip4/0.0.0.0/tcp/30334 \
        --in-peers=0 \
        --out-peers=0 \
        --in-peers-light=0
@skunert
Copy link
Contributor

skunert commented Jun 5, 2024

Closing since this is a duplicate of #4614

@skunert skunert closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants