Message ID | cover.1726653185.git.ps@pks.im (mailing list archive) |
---|---|
Headers | show |
Series | reftable: graceful concurrent writes | expand |
On Wed Sep 18, 2024 at 7:59 PM AEST, Patrick Steinhardt wrote: > Hi, > > this is the third version of my patch series that implements support for > graceful concurrent writes with the reftable backend. > > There is only a single change compared to v2, namely that we handle `0` > and `-1` for the lock timeout config. With `0` we fail immediately, with > `-1` we lock indefinitely. This matches semantics of loose and packed > ref locking. I guess you meant "we retry indefinitely" here :D > > Thanks! > > Patrick Thanks Patrick, no more comments from me! Cheers, James
On Thu, Sep 19, 2024 at 09:23:21AM +1000, James Liu wrote: > On Wed Sep 18, 2024 at 7:59 PM AEST, Patrick Steinhardt wrote: > > Hi, > > > > this is the third version of my patch series that implements support for > > graceful concurrent writes with the reftable backend. > > > > There is only a single change compared to v2, namely that we handle `0` > > and `-1` for the lock timeout config. With `0` we fail immediately, with > > `-1` we lock indefinitely. This matches semantics of loose and packed > > ref locking. > > I guess you meant "we retry indefinitely" here :D Oops, yes :) > > > > Thanks! > > > > Patrick > > Thanks Patrick, no more comments from me! Thanks for your review! Patrick