( )⚙ D6861 fastannotate: remove support for flock() locking

This is an archive of the discontinued Mercurial Phabricator instance.

fastannotate: remove support for flock() locking
ClosedPublic

Authored by durin42 on Sep 17 2019, 2:27 PM.

Details

Summary

We've seen enough weirdness in CI with flock for remotefilelog that
I'm now of the opinion we should just stop using flock() everywhere
until someone has a concrete need for the extra performance *and* a
way to only use it when safe (even if that's just default-to-off.)

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Sep 17 2019, 2:27 PM
pulkit accepted this revision.Sep 17 2019, 3:34 PM
This revision is now accepted and ready to land.Sep 17 2019, 3:34 PM
This revision was automatically updated to reflect the committed changes.