Open
Description
Reported issue that happens sometimes on sequencer restart:
commonware_consensus::ordered_broadcast::engine: ack validate failed, err: ChunkHeightTooLow(27, 28), sender: <some hash>
at ~/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/commonware-consensus-0.0.54/src/ordered_broadcast/engine.rs:431
Looks like the sequencer sends chunk 28 before restarting, and upon restarting tries to rebroadcast 27 instead (doesn't know how to move on). Validators ignore this old chunk
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress