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.

Bad block pruning? #13186

@xlc

Description

@xlc

One of our RPC node is missing data for a block and only that block (AFAIK)
Endpoint: wss://karura-rpc-0.aca-api.network
Block number: 3467086
Block hash: 0xd13a656c8c4cd7a6f7d03db8209eee9c597edffba1b7ee2dc40844089e10b21a
Screenshot 2023-01-20 at 12 16 49 PM

I tried query +- 5 blocks and they all good.

The RPC node is running acala/karura-node:2.12.0 which uses 0.9.33 Substrate

This is the CLI args

    "--base-path=/acala/data", \
    "--chain=karura", \
    "--pruning=archive", \
    "--ws-external", \
    "--rpc-external", \
    "--rpc-cors=all", \
    "--ws-port=9944", \
    "--rpc-port=9933", \
    "--ws-max-connections=1200", \
    "--in-peers=100", \
    "--listen-addr=/ip4/0.0.0.0/tcp/30333", \
    "--listen-addr=/ip4/0.0.0.0/tcp/30334/ws", \
    "--state-cache-size=0", \
    "--db-cache=2048", \
    "--max-runtime-instances=16", \
    "--", \
    "--chain=kusama", \
    "--listen-addr=/ip4/0.0.0.0/tcp/30335", \
    "--listen-addr=/ip4/0.0.0.0/tcp/30336/ws" \

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