]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-stack-compaction' into ps/reftable-drop-generic
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 15:22:03 +0000 (08:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 15:22:03 +0000 (08:22 -0700)
commit9b4df826346bacfc19b8b11c4aba03ef411efbf5
tree02136ba3933b490683af1fb6fd129b489fc6adc0
parent25673b1c476756ec0587fb0596ab3c22b96dc52a
parentf234df07f66c8f67391cc8ded5ade43b8a4428b6
Merge branch 'ps/reftable-stack-compaction' into ps/reftable-drop-generic

* 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