kevo/pkg/wal
Jeremy Tregunna 33ddfeeb64
fix: use Lamport clocks consistently across WAL operations
Ensure proper Lamport clock integration across batch operations and sequence number handling:
- Add Lamport clock support to Batch.Write for consistent replication timestamps
- Fix potential sequence number inconsistencies in WAL operations
- Update WAL tests to properly verify sync mode behaviors
- Fix Sequence numbering to appropriately handle Lamport clock timestamps
2025-04-26 12:24:50 -06:00
..
batch_test.go fix: use Lamport clocks consistently across WAL operations 2025-04-26 12:24:50 -06:00
batch.go fix: use Lamport clocks consistently across WAL operations 2025-04-26 12:24:50 -06:00
reader.go chore: formatting 2025-04-22 14:09:54 -06:00
replication_test.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
replication.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
wal_test.go fix: use Lamport clocks consistently across WAL operations 2025-04-26 12:24:50 -06:00
wal.go fix: use Lamport clocks consistently across WAL operations 2025-04-26 12:24:50 -06:00