dymensionxyz/dymint

suspicious error when stopping rollappp block manager

Closed this issue · 1 comments

This happend to all-in-bets sequencer (last line is the suspicious one - trying to load height 1):

Aug 04 14:27:07 aib-devnet rollapp-wasm[96599]: time="2024-08-04T14:27:07Z" level=error msg="prune blocks[retain_height 590582 err cannot prune blocks before they have been submitted: retain height 590582: next height to submit: 1: invalid argument]" module=BlockManager
Aug 04 14:27:07 aib-devnet rollapp-wasm[96599]: time="2024-08-04T14:27:07Z" level=info msg="Block created.[height 690582 num_tx 1]" module=BlockManager
Aug 04 14:27:07 aib-devnet rollapp-wasm[96599]: time="2024-08-04T14:27:07Z" level=info msg="Stopped block producer loop.[]" module=BlockManager
Aug 04 14:27:07 aib-devnet rollapp-wasm[96599]: time="2024-08-04T14:27:07Z" level=info msg="Block manager err group finished.[err create and submit batch: create batch: load block: height: 1: load hash from index: load block hash for height 1: not found]" module=BlockManager

Full log:
log4.txt

Potentially this one and #999 could have the same root cause