You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(control): stamp replicated writes with a follower-local write-version LSN
Followers previously built replicated-write requests with wal_lsn always
None, which starved OCC read-set validation of a write-version LSN on
replica apply. Derive it from the Raft log entry index instead, since
WAL LSN allocation is leader-local and not carried on ReplicatedWrite,
while the log index is monotonic per core and already consistent with
the local note_write_lsn feed used for read_lsn.
0 commit comments