export: Let concurrent transfers be done with -J or annex.jobs
Tested working, although I did find this bug in my testing, which also afflicts sync -J to an export remote.
This commit is contained in:
parent
f7fe71602c
commit
0bcecb67f5
4 changed files with 23 additions and 2 deletions
13
doc/bugs/sync_to_export_with-J_STM_error.mdwn
Normal file
13
doc/bugs/sync_to_export_with-J_STM_error.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
|||
git annex sync exportremote -J2 --content
|
||||
|
||||
git-annex: thread blocked indefinitely in an MVar operation
|
||||
failed
|
||||
git-annex: thread blocked indefinitely in an STM transaction
|
||||
|
||||
Also, git-annex export -J2 crashes the same way. I discovered this bug
|
||||
when adding -J to export, but then found sync had the same bug.
|
||||
|
||||
To reproduce this, there may need there to be a tree of several annexed
|
||||
files whose content is not locally available. In my case,
|
||||
there were 338 of them. It seems to export all, or all but 1
|
||||
before crashing. --[[Joey]]
|
Loading…
Add table
Add a link
Reference in a new issue