]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-stack-compaction'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 20:22:13 +0000 (13:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 20:22:13 +0000 (13:22 -0700)
commit69b737999cff4a20886a4a324904a4f5b2cb0aee
tree4c45e3dff963f9a1349164396c974a5fe201e93b
parent2b9b229cb4e6097be538db18a0124d30215b3a30
parentf234df07f66c8f67391cc8ded5ade43b8a4428b6
Merge branch 'ps/reftable-stack-compaction'

The code paths to compact multiple reftable files have been updated
to correctly deal with multiple compaction triggering at the same
time.

* ps/reftable-stack-compaction:
  reftable/stack: handle locked tables during auto-compaction
  reftable/stack: fix corruption on concurrent compaction
  reftable/stack: use lock_file when adding table to "tables.list"
  reftable/stack: do not die when fsyncing lock file files
  reftable/stack: simplify tracking of table locks
  reftable/stack: update stats on failed full compaction
  reftable/stack: test compaction with already-locked tables
  reftable/stack: extract function to setup stack with N tables
  reftable/stack: refactor function to gather table sizes