kagome icon indicating copy to clipboard operation
kagome copied to clipboard

[Bug]: Finalization stop

Open ErakhtinB opened this issue 10 months ago • 0 comments

Bug Summary

In zombie test finalization might stop at some point

Bug Description

In zombie test finalization might stop at some point

Steps to Reproduce

Run toml below with ./zombienet-linux-x64 spawn -p native test.toml

timeout = 1000

[relaychain]
chain = "rococo-local"

[relaychain.default_resources]
limits = { memory = "4G", cpu = "2" }
requests = { memory = "2G", cpu = "1" }

  [[relaychain.nodes]]
  name = "alice"
  args = [ "--alice", "-lparachain=debug,runtime=debug" ]

  [[relaychain.nodes]]
  name = "bob"
  command = "kagome"
  prometheus_prefix = "kagome"
  args = [ "--ferdie", "--wasm-execution Compiled", "-lparachain=debug", "-lnetwork=debug"]

[[parachains]]
id = 2000
addToGenesis = true
genesis_state_generator = "undying-collator export-genesis-state --pov-size=100000 --pvf-complexity=1"

  [parachains.collator]
  name = "collator01"
  command = "undying-collator"
  args = ["-lparachain=debug", "--pov-size=100000", "--pvf-complexity=1", "--parachain-id=2000"]

[types.Header]
number = "u64"
parent_hash = "Hash"
post_state = "Hash"

Effects of the Bug

After certain moment we stop getting messages like 25.02.13 11:04:51.676872 main_runner Info BlockTree Finalized block #62 (0xf597…73bd) And start getting messages like this and no longer about finalization Found best chain is longer than approved: #68 (0x872f…ea17) > #62

kagome.log

Expected Behavior

No response

System Information

5.15.167.4-microsoft-standard-WSL2 gcc (Ubuntu 13.1.0-8ubuntu1~22.04) 13.1.0 e00be38a2ce05cd40117018bc683adaacf3048be

Additional Context

No response

ErakhtinB avatar Feb 13 '25 06:02 ErakhtinB