Skip to content

Conversation

@qj0r9j0vc2
Copy link
Member

Summary

  • Fix consensus deadlock caused by PositionGap errors when Cars arrive out of order
  • Queue out-of-order Cars and request missing predecessors via CarRequest
  • Process queued Cars after gaps are filled via CarResponse

Fixes #106

Test plan

  • All existing tests pass
  • Code compiles without errors
  • Clippy lints pass

@qj0r9j0vc2 qj0r9j0vc2 self-assigned this Jan 20, 2026
@qj0r9j0vc2 qj0r9j0vc2 merged commit 4bb1fa5 into main Jan 20, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DCL: Missing CarRequest on PositionGap causes consensus deadlock

2 participants