On Tue, May 17, 2022 at 09:10:23AM -0400, Derrick Stolee wrote: > On 5/17/2022 1:37 AM, Junio C Hamano wrote: > > > * tb/midx-race-in-pack-objects (2022-05-13) 2 commits > > - builtin/pack-objects.c: ensure pack validity from MIDX bitmap objects > > - pack-bitmap: check preferred pack validity when opening MIDX bitmap > > > > The multi-pack-index code did not protect the packfile it is going > > to depend on from getting removed while in use, which has been > > corrected. > > > > Will merge to 'next'? > > source: <cover.1652458395.git.me@xxxxxxxxxxxx> > > Looking at the conversation here, I would change this to > "expecting a re-roll". Yes, please. I have a slightly longer version of this series which addresses a problem discussed in: https://lore.kernel.org/git/Yn+v8mEHm2sfo4sn@nand.local/ and below. It's available in my fork on GitHub in the tb/midx-bitmap-pack-objects-races, but not quite ready for the list yet. Thanks, Taylor