Cardinal-Cryptography / Cardinal-Cryptography/aleph-node-issues
underperformed session counter
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Did you read the documentation and guides?
- [x] I have inspected the documentation.
### Is there an existing issue?
- [x] I have searched the existing issues.
### Description of the problem
we have spotted "underperformed session counter" with our mainnet node, started investigation and found following logs
Jan 29 23:15:11 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:15:11 Block import error: Potential long-range attack: block not in finalized chain.
Jan 29 23:15:11 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:15:11 💔 Error importing block 0x8ba84e50e90cd2d53745e79fae0ddb6f76314c67a35f67308a40a791c63a6a9e: consensus error: Import failed: Potential long-range attack: block not in finalized chain.
Jan 29 23:15:11 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:15:11 Block import error: Potential long-range attack: block not in finalized chain.
Jan 29 23:15:11 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:15:11 💔 Error importing block 0x8ba84e50e90cd2d53745e79fae0ddb6f76314c67a35f67308a40a791c63a6a9e: consensus error: Import failed: Potential long-range attack: block not in finalized chain.
Jan 29 23:15:11 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:15:11 Block import error: Potential long-range attack: block not in finalized chain.
Jan 29 23:15:11 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:15:11 💔 Error importing block 0x8ba84e50e90cd2d53745e79fae0ddb6f76314c67a35f67308a40a791c63a6a9e: consensus error: Import failed: Potential long-range attack: block not in finalized chain.
Jan 29 23:15:12 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:15:12 Error marking block as imported: forest error: parent was in a state incompatible with importing this block.
Jan 29 23:43:33 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:43:33 Error marking block as imported: forest error: parent was in a state incompatible with importing this block.
Jan 29 23:47:43 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:47:43 Error marking block as imported: forest error: parent was in a state incompatible with importing this block.
Jan 29 23:52:43 aleph-zero-mainnet aleph-node[707]: 2025-01-29 23:52:43 Error marking block as imported: forest error: parent was in a state incompatible with importing this block.
### Information on your setup.
1) Mainnet
2) aleph-node 0.13.3-87ebe7c4856
3) aleph-node-runner
4) Validator
5) /usr/local/bin/aleph-node \
--validator \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 1' \
--pruning archive \
--execution Native \
--name "Validatrium" \
--base-path "/home/aleph/.aleph_zero" \
--pool-limit "100" \
--chain "/home/aleph/.aleph_zero/chainspec.json" \
--node-key-file "/home/aleph/.aleph_zero/p2p_secret" \
--rpc-port "30333" --unsafe-rpc-external --port "9934" \
--rpc-cors all \
--no-mdns \
--public-addr "/dns4/65.108.125.55/tcp/9934" \
--public-validator-addresses 65.108.125.55:30343 \
--enable-log-reloading \
--rpc-methods "Unsafe" \
--bootnodes /dns4/bootnode-eu-central-1-0.azero.dev/tcp/30333/p2p/12D3KooWEF1Eo7uFZWdqFsTPP7CehpRt5NeXFwCe3157qpoU5aqd /dns4/bootnode-eu-west-1-0.azero.dev/tcp/30333/p2p/12D3KooWPhi8Qvzvc8iJ4CeQj2vptjc5FTrodKPmra1NS1qfftjr /dns4/bootnode-eu-west-2-0.azero.dev/tcp/30333/p2p/12D3KooWDfUzU64WURE77tXYM9H94xQFAEL6ULQYhzegKsZXjEkC /dns4/bootnode-us-east-1-0.azero.dev/tcp/30333/p2p/12D3KooWFQSGvQii2gRGB5T4M6TXhM83JV4bTEhubCBpdoR6Rkwk /dns4/bootnode-us-east-2-0.azero.dev/tcp/30333/p2p/12D3KooWJnEGVVmnXhVNxV6KWe3EsDPNvPFNcYbQ6amFVGECVAGB \
--unit-creation-delay "300"
6) Ubuntu 22.04
7) 24RAM, 8vCPU, 1.2 TB SSD
### Steps to reproduce
_No response_
### Did you attach relevant logs?
- [x] I have attached logs (if relevant).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.