paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.63k stars 566 forks source link

Rococo Asset-Hub & Rococo Bridge-Hub cannot find peers #4697

Closed abbaahmad closed 3 weeks ago

abbaahmad commented 4 weeks ago

All our Rococo Asset-Hub & Bridge-Hub have lost peers and we haven't been able to get them to find peers anymore, including bootnodes specified in the chain spec of both chains. I'm happy to provide more context if needed

bkchr commented 4 weeks ago

Did you update your chain specs?

abbaahmad commented 4 weeks ago

Did you update your chain specs?

Yes

bkchr commented 3 weeks ago

Which chain spec are you using? Can you post a link.

bkchr commented 3 weeks ago

And please post the exact command you use to start the node.

abbaahmad commented 3 weeks ago

AssetHub: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-rococo.json ./polkadot --relay-chain-rpc-urls ws://192.168.110.10:9933 --node-key-file /home/polkadot/node-key --name "🛡ASSET-HUB-ROCOCO RPC 🛡" --chain /home/polkadot/spec/chain-spec.json --pruning archive --rpc-max-connections 1000 --rpc-external --rpc-port 9933 --rpc-cors all --prometheus-external --relay-chain-rpc-urls ws://192.168.110.98:9933 --rpc-methods unsafe --runtime-cache-size 16 --max-runtime-instances 32 --port 30375

BridgeHub: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-rococo.json ./polkadot --relay-chain-rpc-urls ws://192.168.110.10:9933 --node-key-file /home/polkadot/node-key --name "🛡 BRIDGE-HUB-ROCOCO RPC 🛡" --chain bridge-hub-rococo --pruning archive --rpc-max-connections 1000 --rpc-external --rpc-port 9933 --rpc-cors all --prometheus-external --relay-chain-rpc-urls ws://192.168.110.98:9933 --rpc-methods unsafe --runtime-cache-size 16 --max-runtime-instances 32

bkontur commented 3 weeks ago

BridgeHub: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-rococo.json

https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/bridge-hub-rococo.json

./polkadot binary for AH or BH? Is it alias for ./polkadot-parachain or whatever? What version?

abbaahmad commented 3 weeks ago

BridgeHub: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/asset-hub-rococo.json

https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/bridge-hub-rococo.json

./polkadot binary for AH or BH? Is it alias for ./polkadot-parachain or whatever? What version?

Yes, it is an alias for that. They're both on 1.12.0 version

abbaahmad commented 3 weeks ago

Hi @bkontur and @bkchr. Any progress on this?

bkontur commented 3 weeks ago

I just downloaded 1.12.0 as you suggested.

I removed from you command:

--relay-chain-rpc-urls ws://192.168.110.10:9933 --node-key-file /home/polkadot/node-key
...
--relay-chain-rpc-urls ws://192.168.110.98:9933

and ran:

./polkadot-parachain --name "🛡 BRIDGE-HUB-ROCOCO RPC 🛡" --chain bridge-hub-rococo --pruning archive --rpc-max-connections 1000 --rpc-external --rpc-port 9933 --rpc-cors all --prometheus-external --rpc-methods unsafe --runtime-cache-size 16 --max-runtime-instances 32

And it just starts to connecting and downloading chain:

2024-06-10 10:18:30 Polkadot parachain    
2024-06-10 10:18:30 ✌️  version 1.12.0-b4016902ac7    
2024-06-10 10:18:30 ❤️  by Parity Technologies <admin@parity.io>, 2017-2024    
2024-06-10 10:18:30 📋 Chain specification: Rococo BridgeHub    
2024-06-10 10:18:30 🏷  Node name: 🛡 BRIDGE-HUB-ROCOCO RPC 🛡    
2024-06-10 10:18:30 👤 Role: FULL    
2024-06-10 10:18:30 💾 Database: RocksDb at /home/bparity/.local/share/polkadot-parachain/chains/bridge-hub-rococo/db/full    
2024-06-10 10:18:31 Parachain id: Id(1013)    
2024-06-10 10:18:31 Parachain Account: 5Ec4AhPcMD9pfD1dC3vbyKXoZdZjigWthS9nEwGqaSJksLJv    
2024-06-10 10:18:31 Is collating: no    
2024-06-10 10:18:32 [Parachain] 🔨 Initializing Genesis block/state (state: 0xf627…25a6, header-hash: 0x6de3…f3a3)    
2024-06-10 10:18:37 [Relaychain] 🏷  Local node identity is: 12D3KooWEY1kUgEJ2n3AWNdFj4f6iYR4a5uXhumpG4DFH1gR1ARQ    
2024-06-10 10:18:37 [Relaychain] Running libp2p network backend    
2024-06-10 10:18:37 [Relaychain] 💻 Operating system: linux    
2024-06-10 10:18:37 [Relaychain] 💻 CPU architecture: x86_64    
2024-06-10 10:18:37 [Relaychain] 💻 Target environment: gnu    
2024-06-10 10:18:37 [Relaychain] 💻 CPU: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz    
2024-06-10 10:18:37 [Relaychain] 💻 CPU cores: 4    
2024-06-10 10:18:37 [Relaychain] 💻 Memory: 31797MB    
2024-06-10 10:18:37 [Relaychain] 💻 Kernel: 5.15.0-107-generic    
2024-06-10 10:18:37 [Relaychain] 💻 Linux distribution: Ubuntu 20.04.6 LTS    
2024-06-10 10:18:37 [Relaychain] 💻 Virtual machine: no    
2024-06-10 10:18:37 [Relaychain] 📦 Highest known block at #28326    
2024-06-10 10:18:37 [Relaychain] Running JSON-RPC server: addr=127.0.0.1:9945, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"]    
2024-06-10 10:18:37 [Relaychain] 🏁 CPU score: 1.36 GiBs    
2024-06-10 10:18:37 [Relaychain] 🏁 Memory score: 15.64 GiBs    
2024-06-10 10:18:37 [Relaychain] 🏁 Disk score (seq. writes): 1.55 GiBs    
2024-06-10 10:18:37 [Relaychain] 🏁 Disk score (rand. writes): 672.58 MiBs    
2024-06-10 10:18:37 [Relaychain] 〽️ Prometheus exporter started at 127.0.0.1:9616    
2024-06-10 10:18:37 [Parachain] Using default protocol ID "sup" because none is configured in the chain specs    
2024-06-10 10:18:37 [Parachain] 🏷  Local node identity is: 12D3KooWQsdpixS8FqTXWacYAgWF9k2HasmqfcjzVkq8AxVU4vFo    
2024-06-10 10:18:37 [Parachain] Running libp2p network backend    
2024-06-10 10:18:37 [Parachain] 💻 Operating system: linux    
2024-06-10 10:18:37 [Parachain] 💻 CPU architecture: x86_64    
2024-06-10 10:18:37 [Parachain] 💻 Target environment: gnu    
2024-06-10 10:18:37 [Parachain] 💻 CPU: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz    
2024-06-10 10:18:37 [Parachain] 💻 CPU cores: 4    
2024-06-10 10:18:37 [Parachain] 💻 Memory: 31797MB    
2024-06-10 10:18:37 [Parachain] 💻 Kernel: 5.15.0-107-generic    
2024-06-10 10:18:37 [Parachain] 💻 Linux distribution: Ubuntu 20.04.6 LTS    
2024-06-10 10:18:37 [Parachain] 💻 Virtual machine: no    
2024-06-10 10:18:37 [Parachain] 📦 Highest known block at #0    
2024-06-10 10:18:37 [Parachain] Running JSON-RPC server: addr=0.0.0.0:9933, allowed origins=["*"]    
2024-06-10 10:18:37 [Parachain] 〽️ Prometheus exporter started at 0.0.0.0:9615    
2024-06-10 10:18:37 [Parachain] 🏁 CPU score: 1.36 GiBs    
2024-06-10 10:18:37 [Parachain] 🏁 Memory score: 15.64 GiBs    
2024-06-10 10:18:37 [Parachain] 🏁 Disk score (seq. writes): 1.55 GiBs    
2024-06-10 10:18:37 [Parachain] 🏁 Disk score (rand. writes): 672.58 MiBs    
2024-06-10 10:18:37 [Relaychain] discovered: 12D3KooWQsdpixS8FqTXWacYAgWF9k2HasmqfcjzVkq8AxVU4vFo /ip4/172.17.0.1/tcp/30333/ws    
2024-06-10 10:18:37 [Parachain] discovered: 12D3KooWEY1kUgEJ2n3AWNdFj4f6iYR4a5uXhumpG4DFH1gR1ARQ /ip4/192.168.1.100/tcp/30334/ws    
2024-06-10 10:18:37 [Relaychain] discovered: 12D3KooWQsdpixS8FqTXWacYAgWF9k2HasmqfcjzVkq8AxVU4vFo /ip4/192.168.1.100/tcp/30333/ws    
2024-06-10 10:18:37 [Parachain] discovered: 12D3KooWEY1kUgEJ2n3AWNdFj4f6iYR4a5uXhumpG4DFH1gR1ARQ /ip4/172.17.0.1/tcp/30334/ws    
2024-06-10 10:18:37 [Relaychain] discovered: 12D3KooWQsdpixS8FqTXWacYAgWF9k2HasmqfcjzVkq8AxVU4vFo /ip4/172.18.0.1/tcp/30333/ws    
2024-06-10 10:18:37 [Parachain] discovered: 12D3KooWEY1kUgEJ2n3AWNdFj4f6iYR4a5uXhumpG4DFH1gR1ARQ /ip4/172.18.0.1/tcp/30334/ws    
2024-06-10 10:18:38 [Relaychain] 🔍 Discovered new external address for our node: /ip4/178.41.176.246/tcp/30334/ws/p2p/12D3KooWEY1kUgEJ2n3AWNdFj4f6iYR4a5uXhumpG4DFH1gR1ARQ    
2024-06-10 10:18:39 [Parachain] ⚠️ ParachainSystem declares internal migrations (which *might* execute). On-chain `StorageVersion(1)` vs current storage version `StorageVersion(2)`    
2024-06-10 10:18:39 [Parachain] ⚠️ XcmpQueue declares internal migrations (which *might* execute). On-chain `StorageVersion(1)` vs current storage version `StorageVersion(2)`    
2024-06-10 10:18:39 [Parachain] ⚠️ PolkadotXcm declares internal migrations (which *might* execute). On-chain `StorageVersion(0)` vs current storage version `StorageVersion(1)`    
2024-06-10 10:18:39 [Parachain] ⚠️ DmpQueue declares internal migrations (which *might* execute). On-chain `StorageVersion(0)` vs current storage version `StorageVersion(1)`    
2024-06-10 10:18:42 [Relaychain] ⚙️  Syncing, target=#10827357 (6 peers), best: #28518 (0xf639…6e1a), finalized #28332 (0x6143…f785), ⬇ 1.4MiB/s ⬆ 32.9kiB/s    
2024-06-10 10:18:42 [Parachain] ⚙️  Syncing, target=#3751643 (4 peers), best: #960 (0x2b9e…450a), finalized #0 (0x6de3…f3a3), ⬇ 1.2MiB/s ⬆ 2.5kiB/s    
2024-06-10 10:18:47 [Relaychain] ⚙️  Syncing 140.8 bps, target=#10827358 (6 peers), best: #29222 (0xf54c…bf3e), finalized #29184 (0x2dcb…7276), ⬇ 1.9MiB/s ⬆ 52.9kiB/s    
2024-06-10 10:18:47 [Parachain] ⚙️  Syncing 128.0 bps, target=#3751644 (4 peers), best: #1600 (0xf8d5…c89d), finalized #0 (0x6de3…f3a3), ⬇ 892.5kiB/s ⬆ 0.4kiB/s    
2024-06-10 10:18:49 [Parachain] assembling new collators for new session 2 at #1800    
2024-06-10 10:18:52 [Relaychain] ⚙️  Syncing 147.4 bps, target=#10827359 (8 peers), best: #29959 (0xe9e0…5382), finalized #29696 (0x2560…89f9), ⬇ 2.2MiB/s ⬆ 20.5kiB/s    
2024-06-10 10:18:52 [Parachain] ⚙️  Syncing 128.0 bps, target=#3751645 (4 peers), best: #2240 (0x04cd…6209), finalized #0 (0x6de3…f3a3), ⬇ 1012.1kiB/s ⬆ 0.3kiB/s    
2024-06-10 10:18:57 [Relaychain] ⚙️  Syncing 70.2 bps, target=#10827360 (9 peers), best: #30310 (0x733c…0693), finalized #30208 (0xe8c1…75a5), ⬇ 1.8MiB/s ⬆ 33.8kiB/s    
2024-06-10 10:18:57 [Parachain] ⚙️  Syncing 164.6 bps, target=#3751646 (4 peers), best: #3063 (0x441f…e269), finalized #0 (0x6de3…f3a3), ⬇ 901.8kiB/s ⬆ 0.4kiB/s    
2024-06-10 10:19:00 [Parachain] assembling new collators for new session 3 at #3600    
2024-06-10 10:19:02 [Relaychain] ⚙️  Syncing 131.6 bps, target=#10827361 (10 peers), best: #30968 (0x2b4c…69e0), finalized #30720 (0xd1e8…40e4), ⬇ 2.1MiB/s ⬆ 27.9kiB/s    
2024-06-10 10:19:02 [Parachain] ⚙️  Syncing 129.8 bps, target=#3751647 (4 peers), best: #3712 (0xe03f…fb7a), finalized #0 (0x6de3…f3a3), ⬇ 929.7kiB/s ⬆ 0.2kiB/s    
2024-06-10 10:19:07 [Relaychain] ⚙️  Syncing 86.0 bps, target=#10827362 (10 peers), best: #31398 (0xd2e4…b195), finalized #31287 (0xc8ad…6dd6), ⬇ 2.2MiB/s ⬆ 17.1kiB/s    
2024-06-10 10:19:07 [Parachain] ⚙️  Syncing 153.6 bps, target=#3751648 (4 peers), best: #4480 (0x870c…2e86), finalized #0 (0x6de3…f3a3), ⬇ 757.4kiB/s ⬆ 0.2kiB/s    
2024-06-10 10:19:11 [Parachain] assembling new collators for new session 4 at #5400    
2024-06-10 10:19:12 [Relaychain] ⚙️  Syncing 122.2 bps, target=#10827362 (10 peers), best: #32009 (0xe798…b5b0), finalized #31878 (0xfc41…3413), ⬇ 1.3MiB/s ⬆ 20.0kiB/s    
2024-06-10 10:19:12 [Parachain] ⚙️  Syncing 217.6 bps, target=#3751648 (4 peers), best: #5568 (0x35f0…962b), finalized #0 (0x6de3…f3a3), ⬇ 1.5MiB/s ⬆ 0.6kiB/s    
2024-06-10 10:19:16 [Parachain] assembling new collators for new session 5 at #7200    
2024-06-10 10:19:17 [Relaychain] ⚙️  Syncing 137.2 bps, target=#10827363 (10 peers), best: #32695 (0x1b6a…e190), finalized #32467 (0x3b96…d208), ⬇ 303.9kiB/s ⬆ 15.3kiB/s    
2024-06-10 10:19:17 [Parachain] ⚙️  Syncing 409.6 bps, target=#3751649 (4 peers), best

...

2024-06-10 10:20:48 [Parachain] assembling new collators for new session 18 at #30600    
2024-06-10 10:20:52 [Relaychain] ⚙️  Syncing 134.0 bps, target=#10827379 (10 peers), best: #44728 (0xcf2d…7d94), finalized #44544 (0x0c19…bac2), ⬇ 1.5MiB/s ⬆ 16.7kiB/s    
2024-06-10 10:20:52 [Parachain] ⚙️  Syncing 289.0 bps, target=#3751661 (4 peers), best: #31296 (0x6ea5…234f), finalized #0 (0x6de3…f3a3), ⬇ 1.8MiB/s ⬆ 0.5kiB/s    
2024-06-10 10:20:57 [Parachain] assembling new collators for new session 19 at #32400    
2024-06-10 10:20:57 [Relaychain] ⚙️  Syncing 133.8 bps, target=#10827380 (10 peers), best: #45397 (0xd449…808c), finalized #45056 (0xda49…effc), ⬇ 1.8MiB/s ⬆ 23.0kiB/s    
2024-06-10 10:20:57 [Parachain] ⚙️  Syncing 230.4 bps, target=#3751661 (4 peers), best: #32448 (0xdfb2…a1ed), finalized #0 (0x6de3…f3a3), ⬇ 1.4MiB/s ⬆ 0.5kiB/s

@abbaahmad I don't see any problems, can you please provide your logs or errors that you see?

If you do it from the scratch and don't care about downloading the whole chain, you could maybe remove storage locally, e.g.

rm -R ~/.local/share/polkadot-parachain/chains/bridge-hub-rococo

but at first, could you provide your logs?

abbaahmad commented 3 weeks ago

Here's Asset-Hub Rococo after a restart:


Jun 10 09:37:33 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:33 [Relaychain] Received finalized block via RPC: #10828135 (0x5eb9…745e -> 0xecce…3520)
Jun 10 09:37:35 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:35 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:37:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:36 [Relaychain] Received imported block via RPC: #10828138 (0xe71a…7d69 -> 0x4f57…ae5e)
Jun 10 09:37:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:36 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:40 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:40 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.3kiB/s ⬆ 38 B/s
Jun 10 09:37:41 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:41 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:41 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:41 [Relaychain] Received finalized block via RPC: #10828136 (0xecce…3520 -> 0x5ad9…b935)
Jun 10 09:37:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:42 [Relaychain] Received imported block via RPC: #10828139 (0x4f57…ae5e -> 0x0f48…5e84)
Jun 10 09:37:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:42 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:45 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:45 [Relaychain] Received finalized block via RPC: #10828137 (0x5ad9…b935 -> 0xe71a…7d69)
Jun 10 09:37:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:45 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0 ⬆ 0
Jun 10 09:37:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:48 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:48 [Relaychain] Received imported block via RPC: #10828140 (0x0f48…5e84 -> 0xdf77…c6e3)
Jun 10 09:37:50 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:50 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.1kiB/s ⬆ 12 B/s
Jun 10 09:37:53 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:53 [Relaychain] Received finalized block via RPC: #10828138 (0xe71a…7d69 -> 0x4f57…ae5e)
Jun 10 09:37:53 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:53 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:54 [Relaychain] Received imported block via RPC: #10828141 (0xdf77…c6e3 -> 0x6839…184d)
Jun 10 09:37:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:54 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:54 [Relaychain] Received imported block via RPC: #10828141 (0xdf77…c6e3 -> 0x4eea…015b)
Jun 10 09:37:55 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:55 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.6kiB/s ⬆ 38 B/s
Jun 10 09:37:57 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:57 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:37:57 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:37:57 [Relaychain] Received finalized block via RPC: #10828139 (0x4f57…ae5e -> 0x0f48…5e84)
Jun 10 09:38:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:00 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:00 [Relaychain] Received imported block via RPC: #10828142 (0x6839…184d -> 0xe553…1ac6)
Jun 10 09:38:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:00 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0 ⬆ 0
Jun 10 09:38:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:00 [Relaychain] Received imported block via RPC: #10828142 (0x6839…184d -> 0x46cb…7d74)
Jun 10 09:38:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:00 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:05 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:05 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:38:05 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:05 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:05 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:05 [Relaychain] Received finalized block via RPC: #10828140 (0x0f48…5e84 -> 0xdf77…c6e3)
Jun 10 09:38:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:06 [Relaychain] Received imported block via RPC: #10828143 (0x46cb…7d74 -> 0x5eaa…0cdd)
Jun 10 09:38:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:06 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:06 [Relaychain] Received imported block via RPC: #10828143 (0x46cb…7d74 -> 0xd0c1…2fc4)
Jun 10 09:38:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:06 [Relaychain] Received imported block via RPC: #10828143 (0x46cb…7d74 -> 0xd4f1…f746)
Jun 10 09:38:09 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:09 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:09 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:09 [Relaychain] Received finalized block via RPC: #10828141 (0xdf77…c6e3 -> 0x6839…184d)
Jun 10 09:38:10 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:10 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.4kiB/s ⬆ 38 B/s
Jun 10 09:38:12 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:12 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:12 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:12 [Relaychain] Received imported block via RPC: #10828144 (0x5eaa…0cdd -> 0x5cd1…ac1d)
Jun 10 09:38:15 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:15 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.3kiB/s ⬆ 0
Jun 10 09:38:17 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:17 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:17 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:17 [Relaychain] Received finalized block via RPC: #10828142 (0x6839…184d -> 0x46cb…7d74)
Jun 10 09:38:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:18 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:18 [Relaychain] Received imported block via RPC: #10828145 (0x5cd1…ac1d -> 0x8071…c039)
Jun 10 09:38:20 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:20 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117639 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:38:21 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:21 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:21 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:21 [Relaychain] Received finalized block via RPC: #10828143 (0x46cb…7d74 -> 0x5eaa…0cdd)
Jun 10 09:38:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:24 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:24 [Relaychain] Received imported block via RPC: #10828146 (0x8071…c039 -> 0xaba1…1f54)
Jun 10 09:38:25 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:25 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117640 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 4.2kiB/s ⬆ 0.2kiB/s
Jun 10 09:38:29 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:29 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:29 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:29 [Relaychain] Received finalized block via RPC: #10828144 (0x5eaa…0cdd -> 0x5cd1…ac1d)
Jun 10 09:38:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:30 [Relaychain] Received imported block via RPC: #10828147 (0xaba1…1f54 -> 0xf3b6…e3ad)
Jun 10 09:38:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:30 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:30 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117641 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 3.3kiB/s ⬆ 28 B/s
Jun 10 09:38:33 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:33 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:33 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:33 [Relaychain] Received finalized block via RPC: #10828145 (0x5cd1…ac1d -> 0x8071…c039)
Jun 10 09:38:35 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:35 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117641 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:38:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:36 [Relaychain] Received imported block via RPC: #10828148 (0xf3b6…e3ad -> 0x5ffa…cd98)
Jun 10 09:38:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:36 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:40 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:40 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117641 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 38 B/s ⬆ 38 B/s
Jun 10 09:38:41 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:41 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:41 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:41 [Relaychain] Received finalized block via RPC: #10828146 (0x8071…c039 -> 0xaba1…1f54)
Jun 10 09:38:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:42 [Relaychain] Received imported block via RPC: #10828149 (0x5ffa…cd98 -> 0x5a0e…fa69)
Jun 10 09:38:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:42 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:45 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117643 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 6.6kiB/s ⬆ 56 B/s
Jun 10 09:38:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:45 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:45 [Relaychain] Received finalized block via RPC: #10828147 (0xaba1…1f54 -> 0xf3b6…e3ad)
Jun 10 09:38:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:48 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:48 [Relaychain] Received imported block via RPC: #10828150 (0x5a0e…fa69 -> 0xbda9…eb54)
Jun 10 09:38:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:48 [Relaychain] Received imported block via RPC: #10828150 (0x5a0e…fa69 -> 0xb6c6…f09f)
Jun 10 09:38:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:48 [Relaychain] Received imported block via RPC: #10828150 (0x5a0e…fa69 -> 0x89a7…5908)
Jun 10 09:38:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:48 [Relaychain] Received imported block via RPC: #10828150 (0x5a0e…fa69 -> 0x172c…f1e5)
Jun 10 09:38:50 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:50 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117644 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 3.7kiB/s ⬆ 41 B/s
Jun 10 09:38:53 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:53 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:53 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:53 [Relaychain] Received finalized block via RPC: #10828148 (0xf3b6…e3ad -> 0x5ffa…cd98)
Jun 10 09:38:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:54 [Relaychain] Received imported block via RPC: #10828151 (0xbda9…eb54 -> 0xab56…86cf)
Jun 10 09:38:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:54 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:54 [Relaychain] Received imported block via RPC: #10828151 (0xb6c6…f09f -> 0x6dd3…f302)
Jun 10 09:38:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:54 [Relaychain] Received imported block via RPC: #10828151 (0xbda9…eb54 -> 0x60da…bb89)
Jun 10 09:38:55 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:55 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117644 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 38 B/s ⬆ 38 B/s
Jun 10 09:38:57 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:57 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:38:57 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:38:57 [Relaychain] Received finalized block via RPC: #10828149 (0x5ffa…cd98 -> 0x5a0e…fa69)
Jun 10 09:39:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:00 [Relaychain] Received imported block via RPC: #10828152 (0xab56…86cf -> 0x04d2…661e)
Jun 10 09:39:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:00 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:00 [Parachain] ⚙️  Syncing  0.0 bps, target=#5117646 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.2kiB/s ⬆ 47 B/s
Jun 10 09:39:05 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:05 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117646 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 6.4kiB/s ⬆ 22 B/s
Jun 10 09:39:05 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:05 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:05 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:05 [Relaychain] Received finalized block via RPC: #10828150 (0x5a0e…fa69 -> 0xbda9…eb54)
Jun 10 09:39:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:06 [Relaychain] Received imported block via RPC: #10828153 (0x04d2…661e -> 0x37ab…386d)
Jun 10 09:39:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:06 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:09 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:09 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:09 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:09 [Relaychain] Received finalized block via RPC: #10828151 (0xbda9…eb54 -> 0xab56…86cf)
Jun 10 09:39:10 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:10 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117647 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 3.4kiB/s ⬆ 66 B/s
Jun 10 09:39:12 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:12 [Relaychain] Received imported block via RPC: #10828154 (0x37ab…386d -> 0x113b…33ec)
Jun 10 09:39:12 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:12 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:15 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:15 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117647 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0 ⬆ 0
Jun 10 09:39:17 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:17 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:17 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:17 [Relaychain] Received finalized block via RPC: #10828152 (0xab56…86cf -> 0x04d2…661e)
Jun 10 09:39:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:18 [Relaychain] Received imported block via RPC: #10828155 (0x113b…33ec -> 0x91c0…28a8)
Jun 10 09:39:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:18 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:20 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:20 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117649 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 6.7kiB/s ⬆ 69 B/s
Jun 10 09:39:21 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:21 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:21 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:21 [Relaychain] Received finalized block via RPC: #10828153 (0x04d2…661e -> 0x37ab…386d)
Jun 10 09:39:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:24 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:24 [Relaychain] Received imported block via RPC: #10828156 (0x91c0…28a8 -> 0x2b73…b875)
Jun 10 09:39:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:24 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:24 [Relaychain] Received imported block via RPC: #10828156 (0x91c0…28a8 -> 0x7f84…f82b)
Jun 10 09:39:25 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:25 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117650 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 4.6kiB/s ⬆ 0.6kiB/s
Jun 10 09:39:29 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:29 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:29 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:29 [Relaychain] Received finalized block via RPC: #10828154 (0x37ab…386d -> 0x113b…33ec)
Jun 10 09:39:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:30 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:30 [Relaychain] Received imported block via RPC: #10828157 (0x7f84…f82b -> 0x95ab…4f2a)
Jun 10 09:39:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:30 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117650 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 12 B/s ⬆ 6 B/s
Jun 10 09:39:33 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:33 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:33 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:33 [Relaychain] Received finalized block via RPC: #10828155 (0x113b…33ec -> 0x91c0…28a8)
Jun 10 09:39:35 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:35 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117650 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:39:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:36 [Relaychain] Received imported block via RPC: #10828158 (0x95ab…4f2a -> 0x8026…32f2)
Jun 10 09:39:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:36 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:40 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:40 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117652 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 6.7kiB/s ⬆ 82 B/s
Jun 10 09:39:41 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:41 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:41 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:41 [Relaychain] Received finalized block via RPC: #10828156 (0x91c0…28a8 -> 0x7f84…f82b)
Jun 10 09:39:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:42 [Relaychain] Received imported block via RPC: #10828159 (0x8026…32f2 -> 0xa370…22fe)
Jun 10 09:39:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:42 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:42 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:42 [Relaychain] Received imported block via RPC: #10828159 (0x8026…32f2 -> 0x52db…405e)
Jun 10 09:39:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:45 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117653 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 3.5kiB/s ⬆ 41 B/s
Jun 10 09:39:45 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:45 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:46 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:45 [Relaychain] Received finalized block via RPC: #10828157 (0x7f84…f82b -> 0x95ab…4f2a)
Jun 10 09:39:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:48 [Relaychain] Received imported block via RPC: #10828160 (0x52db…405e -> 0xf3d8…bb58)
Jun 10 09:39:48 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:48 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:50 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:50 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117653 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:39:53 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:53 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:53 [Relaychain] Received finalized block via RPC: #10828158 (0x95ab…4f2a -> 0x8026…32f2)
Jun 10 09:39:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:54 [Relaychain] Received imported block via RPC: #10828161 (0xf3d8…bb58 -> 0x157d…0ee8)
Jun 10 09:39:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:54 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:54 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:54 [Relaychain] Received imported block via RPC: #10828161 (0xf3d8…bb58 -> 0x5db1…be58)
Jun 10 09:39:55 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:55 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117655 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 6.7kiB/s ⬆ 82 B/s
Jun 10 09:39:58 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:58 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:39:58 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:39:58 [Relaychain] Received finalized block via RPC: #10828159 (0x8026…32f2 -> 0x52db…405e)
Jun 10 09:40:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:00 [Relaychain] Received imported block via RPC: #10828162 (0x157d…0ee8 -> 0x02e9…0b09)
Jun 10 09:40:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:00 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:00 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:00 [Parachain] ⚙️  Syncing  0.0 bps, target=#5117656 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.3kiB/s ⬆ 41 B/s
Jun 10 09:40:05 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:05 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117656 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 3.2kiB/s ⬆ 12 B/s
Jun 10 09:40:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:06 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:06 [Relaychain] Received finalized block via RPC: #10828160 (0x52db…405e -> 0xf3d8…bb58)
Jun 10 09:40:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:06 [Relaychain] Received imported block via RPC: #10828163 (0x02e9…0b09 -> 0xa8f5…3680)
Jun 10 09:40:06 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:06 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:10 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:10 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:10 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:10 [Relaychain] Received finalized block via RPC: #10828161 (0xf3d8…bb58 -> 0x157d…0ee8)
Jun 10 09:40:10 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:10 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117656 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 19 B/s ⬆ 19 B/s
Jun 10 09:40:12 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:12 [Relaychain] Received imported block via RPC: #10828164 (0xa8f5…3680 -> 0xc091…f6a9)
Jun 10 09:40:12 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:12 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:12 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:12 [Relaychain] Received imported block via RPC: #10828164 (0xa8f5…3680 -> 0xf7ea…3119)
Jun 10 09:40:15 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:15 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117658 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 6.9kiB/s ⬆ 75 B/s
Jun 10 09:40:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:18 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:18 [Relaychain] Received finalized block via RPC: #10828162 (0x157d…0ee8 -> 0x02e9…0b09)
Jun 10 09:40:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:18 [Relaychain] Received imported block via RPC: #10828165 (0xc091…f6a9 -> 0x4546…04a4)
Jun 10 09:40:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:18 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:18 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:18 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:18 [Relaychain] Received imported block via RPC: #10828165 (0xc091…f6a9 -> 0x4042…c6f7)
Jun 10 09:40:20 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:20 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117659 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 3.6kiB/s ⬆ 0.2kiB/s
Jun 10 09:40:22 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:22 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:22 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:22 [Relaychain] Received finalized block via RPC: #10828163 (0x02e9…0b09 -> 0xa8f5…3680)
Jun 10 09:40:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:24 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:24 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:24 [Relaychain] Received imported block via RPC: #10828166 (0x4042…c6f7 -> 0xa116…8cf1)
Jun 10 09:40:25 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:25 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117659 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.9kiB/s ⬆ 0.3kiB/s
Jun 10 09:40:26 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:26 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:26 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:26 [Relaychain] Received finalized block via RPC: #10828164 (0xa8f5…3680 -> 0xc091…f6a9)
Jun 10 09:40:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:30 [Relaychain] Received imported block via RPC: #10828167 (0xa116…8cf1 -> 0xc0bc…c39e)
Jun 10 09:40:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:30 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:30 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:30 [Parachain] ⚙️  Syncing  0.0 bps, target=#5117661 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 0.3kiB/s ⬆ 82 B/s
Jun 10 09:40:34 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:34 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:34 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:34 [Relaychain] Received finalized block via RPC: #10828165 (0xc091…f6a9 -> 0x4042…c6f7)
Jun 10 09:40:35 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:35 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117661 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 6.3kiB/s ⬆ 12 B/s
Jun 10 09:40:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:36 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:36 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:36 [Relaychain] Received imported block via RPC: #10828168 (0xc0bc…c39e -> 0xd39b…848f)
Jun 10 09:40:40 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:40 [Parachain] ⚙️  Preparing  0.0 bps, target=#5117662 (4 peers), best: #5117532 (0xb454…b14f), finalized #4960799 (0xa27c…35a8), ⬇ 3.3kiB/s ⬆ 41 B/s
Jun 10 09:40:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:42 [Parachain] Event distribution channel has reached its limit. This can lead to missed notifications. error=TrySendError { kind: Full }
Jun 10 09:40:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:42 [Relaychain] Received imported block via RPC: #10828169 (0xd39b…848f -> 0xac0c…7c0c)
Jun 10 09:40:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:42 [Relaychain] Received imported block via RPC: #10828169 (0xd39b…848f -> 0x4dde…6a2c)
Jun 10 09:40:42 juju-996b08-0 polkadot[2271947]: 2024-06-10 09:40:42 [Relaychain] Received finalized block via RPC: #10828166 (0x4042…c6f7 -> 0xa116…8cf1)```

Bridge-Hub Rococo:
```Jun 10 09:34:34 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:34 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0.8kiB/s ⬆ 0.2kiB/s
Jun 10 09:34:35 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:35 [Relaychain] Received finalized block via RPC: #10828105 (0x271b…9810 -> 0x12d4…b196)
Jun 10 09:34:36 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:36 [Relaychain] Received imported block via RPC: #10828108 (0x52cc…22b6 -> 0x3668…394a)
Jun 10 09:34:39 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:39 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:34:40 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:40 [Relaychain] Received finalized block via RPC: #10828106 (0x12d4…b196 -> 0xce75…f07a)
Jun 10 09:34:42 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:42 [Relaychain] Received imported block via RPC: #10828109 (0x3668…394a -> 0xc304…4632)
Jun 10 09:34:42 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:42 [Relaychain] Received imported block via RPC: #10828109 (0x3668…394a -> 0xadd2…0139)
Jun 10 09:34:44 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:44 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:34:48 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:48 [Relaychain] Received finalized block via RPC: #10828107 (0xce75…f07a -> 0x52cc…22b6)
Jun 10 09:34:48 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:48 [Relaychain] Received imported block via RPC: #10828110 (0xadd2…0139 -> 0x5d4d…3e1f)
Jun 10 09:34:48 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:48 [Relaychain] Received imported block via RPC: #10828110 (0xadd2…0139 -> 0x7a66…5311)
Jun 10 09:34:49 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:49 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 76 B/s ⬆ 76 B/s
Jun 10 09:34:52 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:52 [Relaychain] Received finalized block via RPC: #10828108 (0x52cc…22b6 -> 0x3668…394a)
Jun 10 09:34:54 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:54 [Relaychain] Received imported block via RPC: #10828111 (0x5d4d…3e1f -> 0x8783…75ef)
Jun 10 09:34:54 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:54 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0.4kiB/s ⬆ 0.4kiB/s
Jun 10 09:34:59 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:34:59 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:35:00 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:00 [Relaychain] Received imported block via RPC: #10828112 (0x8783…75ef -> 0x95f9…1e6f)
Jun 10 09:35:00 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:00 [Relaychain] Received imported block via RPC: #10828112 (0x8783…75ef -> 0x239d…7f34)
Jun 10 09:35:00 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:00 [Relaychain] Received finalized block via RPC: #10828109 (0x3668…394a -> 0xadd2…0139)
Jun 10 09:35:04 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:04 [Relaychain] Received finalized block via RPC: #10828110 (0xadd2…0139 -> 0x5d4d…3e1f)
Jun 10 09:35:04 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:04 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 1.4kiB/s ⬆ 0.8kiB/s
Jun 10 09:35:06 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:06 [Relaychain] Received imported block via RPC: #10828113 (0x239d…7f34 -> 0x32a3…3ea4)
Jun 10 09:35:08 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:08 [Relaychain] Received finalized block via RPC: #10828111 (0x5d4d…3e1f -> 0x8783…75ef)
Jun 10 09:35:09 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:09 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:35:12 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:12 [Relaychain] Received imported block via RPC: #10828114 (0x32a3…3ea4 -> 0x1228…3b1d)
Jun 10 09:35:14 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:14 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:35:16 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:16 [Relaychain] Received finalized block via RPC: #10828112 (0x8783…75ef -> 0x239d…7f34)
Jun 10 09:35:18 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:18 [Relaychain] Received imported block via RPC: #10828115 (0x1228…3b1d -> 0xc050…92a2)
Jun 10 09:35:19 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:19 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 38 B/s ⬆ 38 B/s
Jun 10 09:35:20 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:20 [Relaychain] Received finalized block via RPC: #10828113 (0x239d…7f34 -> 0x32a3…3ea4)
Jun 10 09:35:24 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:24 [Relaychain] Received imported block via RPC: #10828116 (0xc050…92a2 -> 0x3582…2b5e)
Jun 10 09:35:24 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:24 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0.4kiB/s ⬆ 0.3kiB/s
Jun 10 09:35:28 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:28 [Relaychain] Received finalized block via RPC: #10828114 (0x32a3…3ea4 -> 0x1228…3b1d)
Jun 10 09:35:29 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:29 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:35:30 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:30 [Relaychain] Received imported block via RPC: #10828117 (0x3582…2b5e -> 0xb9a9…97bc)
Jun 10 09:35:32 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:32 [Relaychain] Received finalized block via RPC: #10828115 (0x1228…3b1d -> 0xc050…92a2)
Jun 10 09:35:34 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:34 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 38 B/s ⬆ 38 B/s
Jun 10 09:35:36 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:36 [Relaychain] Received imported block via RPC: #10828118 (0xb9a9…97bc -> 0x18d8…a478)
Jun 10 09:35:39 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:39 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 12 B/s ⬆ 12 B/s
Jun 10 09:35:40 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:40 [Relaychain] Received finalized block via RPC: #10828116 (0xc050…92a2 -> 0x3582…2b5e)
Jun 10 09:35:42 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:42 [Relaychain] Received imported block via RPC: #10828119 (0x18d8…a478 -> 0x4c1e…d8f9)
Jun 10 09:35:42 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:42 [Relaychain] Received imported block via RPC: #10828119 (0x18d8…a478 -> 0xd20c…fd69)
Jun 10 09:35:44 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:44 [Relaychain] Received finalized block via RPC: #10828117 (0x3582…2b5e -> 0xb9a9…97bc)
Jun 10 09:35:44 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:44 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:35:48 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:48 [Relaychain] Received imported block via RPC: #10828120 (0xd20c…fd69 -> 0x371a…0c53)
Jun 10 09:35:48 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:48 [Relaychain] Received imported block via RPC: #10828120 (0xd20c…fd69 -> 0x4bb7…ef3d)
Jun 10 09:35:49 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:49 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0.2kiB/s ⬆ 0.2kiB/s
Jun 10 09:35:52 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:52 [Relaychain] Received finalized block via RPC: #10828118 (0xb9a9…97bc -> 0x18d8…a478)
Jun 10 09:35:54 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:54 [Relaychain] Received imported block via RPC: #10828121 (0x4bb7…ef3d -> 0xd7a5…fc6d)
Jun 10 09:35:54 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:54 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:35:56 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:56 [Relaychain] Received finalized block via RPC: #10828119 (0x18d8…a478 -> 0xd20c…fd69)
Jun 10 09:35:59 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:35:59 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 0 ⬆ 0
Jun 10 09:36:00 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:36:00 [Relaychain] Received imported block via RPC: #10828122 (0xd7a5…fc6d -> 0x0c19…ec2d)
Jun 10 09:36:04 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:36:04 [Relaychain] Received finalized block via RPC: #10828120 (0xd20c…fd69 -> 0x4bb7…ef3d)
Jun 10 09:36:04 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:36:04 [Parachain] 💤 Idle (0 peers), best: #3603599 (0x5c11…7221), finalized #3603599 (0x5c11…7221), ⬇ 1.4kiB/s ⬆ 0.8kiB/s
Jun 10 09:36:06 juju-4946e5-0 polkadot[2271540]: 2024-06-10 09:36:06 [Relaychain] Received imported block via RPC: #10828123 (0x0c19…ec2d -> 0x56ed…538d)```
PierreBesson commented 3 weeks ago

@abbaahmad could you try the binary from the latest rc release https://github.com/paritytech/polkadot-sdk/releases/tag/untagged-c962e09ef33b8e947602

skunert commented 3 weeks ago

This is a known issue with with 1.12: https://github.com/paritytech/polkadot-sdk/issues/4614

There is a fix in review: https://github.com/paritytech/polkadot-sdk/pull/4721

Currently the only way to mitigate this is to use 1.11 or build a version including the fix from the PR. The issue only appears once the chain reaches the tip and tries for finalize a lot of blocks at once, thatswhy you were not able to see this immediately @bkontur .

abbaahmad commented 3 weeks ago

@abbaahmad could you try the binary from the latest rc release https://github.com/paritytech/polkadot-sdk/releases/tag/untagged-c962e09ef33b8e947602

This returns a 404 for me :(

abbaahmad commented 3 weeks ago

This is a known issue with with 1.12: #4614

There is a fix in review: #4721

Currently the only way to mitigate this is to use 1.11 or build a version including the fix from the PR. The issue only appears once the chain reaches the tip and tries for finalize a lot of blocks at once, thatswhy you were not able to see this immediately @bkontur .

Thanks for the help. I'll close the issue then since there's a fix on the way