mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 05:20:37 +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