D7962: lfs: fix the stall and corruption issue when concurrently uploading blobs

2020-02-06 Thread mharbison72 (Matt Harbison)
Closed by commit rHG43eea17ae7b3: lfs: fix the stall and corruption issue when concurrently uploading blobs (authored by mharbison72). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review".

D7962: lfs: fix the stall and corruption issue when concurrently uploading blobs

2020-02-05 Thread marmoute (Pierre-Yves David)
marmoute added a comment. marmoute accepted this revision. The patch is a bit obscur, but the explanation is strong. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7962/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7962 To: mharbison72,

D7962: lfs: fix the stall and corruption issue when concurrently uploading blobs

2020-01-21 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. Even though this talks about fixing corruption, I don't *think* we need this in the next release. We've lived with this problem for 2 years now. But somebody who really understands how all of the URL request handling and keepalive stuff works should probably

D7962: lfs: fix the stall and corruption issue when concurrently uploading blobs

2020-01-21 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We've avoided the issue up to this point by gating worker usage with an experimental config. See 10e62d5efa73