发布

  • v2.0.140: fix WAL corruption after region growth (#230) and Tantivy temp-dir leak (#215)

    frostbyte_neo 发布于 2026-05-27 19:12:48 +00:00

    • #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.
    下载附件