Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Parachain Node stop collating - Parachain network stalled for few days #1962

Closed
@crystalin

Description

@crystalin

cc @bkchr

Moonbeam node, starting collation every 6s (not 12s because the network is stall but that is irrelevant to the issue) from 2022-12-06 20:31:12.099 to 2022-12-06 20:31:54.033 and then stops while still important new relay blocks:

params:

     --validator \
     --port 30333 \
     --rpc-port 9933 \
     --ws-port 9944 \
     --execution wasm \
     --wasm-execution compiled \
     --log=parachain::collator-protocol=trace,debug,libp2p=info,multi=info,netlink=info,peer=info,sync=info \
     --pruning=256 \
     --keep-blocks=1000 \
     --state-cache-size 0 \
     --db-cache 16000 \
     --base-path /var/lib/alphanet-data \
     --chain alphanet \
     --pool-limit 1 \
     -- \
     --pruning=1 \
     --keep-blocks=1 \
     --sync=fast-unsafe \
     --port 30334 \
     --rpc-port 9934 \
     --ws-port 9945 \
     --execution wasm

logs:
node-starting.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions