Bedrock.DataPlane.Sequencer.Server (bedrock v0.6.0)

View Source

GenServer implementation for the Sequencer version authority.

Manages Lamport clock state for version assignment, tracking the last committed version and next commit version. Implements the core Lamport clock semantics where each commit version assignment updates the internal clock state to maintain proper causality relationships for distributed MVCC conflict detection.