Bug fix: export with -J could fail when two files had the same content.

Exporting is done inside a call to writeLockDbWhile which guarantees there
is only one process uploading to a given ExportLocation.
This commit is contained in:
Joey Hess 2021-01-13 14:50:48 -04:00
parent fb921cd0b0
commit 6a30d04ece
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 8 additions and 1 deletions

View file

@ -94,3 +94,5 @@ Besides reporting the issue, I also have a question: could I just rerun `export
[[!meta author=yoh]]
[[!tag projects/datalad]]
> [[fixed|done]] bypassed this unncessary locking for exports. --[[Joey]]