项目文件夹

文件
Olow304 e18fe55494
Docker Release / build-and-push (push) Has been cancelled
v2.0.140: fix WAL corruption after region growth (#230) and Tantivy temp-dir leak (#215)
- #230: refresh cached_payload_end after WAL growth so rebuild_indexes no
  longer seeks into the grown WAL region and overwrites record payloads
  (was surfacing as "wal record checksum mismatch").
- #215: make TantivyEngine drop its TempDir last and release the index
  writer first, so per-put working directories are cleaned up instead of
  leaking into the system temp dir (notably on Windows).
- add commit_per_put_survives_wal_growth regression test.
2026-05-27 15:12:48 -04:00
..