Commit 042c2af9 authored by jan.koester's avatar jan.koester
Browse files

test

parent 3da32410
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
libparitypp (20260411+36) unstable; urgency=medium

  * Add per-record CRC32 checksums to file_block_store (record header 17→21 bytes)
  * Add WAL journal (blocks.wal) with STORE/TOMBSTONE/COMMIT for crash safety
  * Add fdatasync after flush and fsync directory after vacuum rename
  * Add WAL recovery on startup in scan_and_build_index
  * Add CRC32 validation on load, truncate trailing corrupt records
  * Add client retrieve_stripe retry with exponential backoff (up to 6 retries)
  * Add server peer-forwarding on FETCH_BLOCK when block not local
  * Add configurable startup_peer_wait_secs for cluster full-restart resilience
  * Add degraded mode flag with GET_STATUS reporting and auto-clear on rebuild
  * Add file_block_store test suite

 -- Jan Koester <jan.koester@tuxist.de>  Fri, 11 Apr 2026 00:00:00 +0200

libparitypp (20260410+35) unstable; urgency=medium

  * No library changes — version bump for dependent package rebuilds