mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* chore: add bound check for raft-engine logstore * feat: add bound check to append_batch API * chore: check entry id during replay * chore: resolve conflicts * feat: add allow_stale_entries options to force obsolete wal entries * chore: resolve some comments