2018-08-28 16:21:23 +00:00
|
|
|
[[!comment format=mdwn
|
|
|
|
username="joey"
|
|
|
|
subject="""comment 1"""
|
|
|
|
date="2018-08-28T16:16:03Z"
|
|
|
|
content="""
|
2018-08-28 16:35:15 +00:00
|
|
|
Reproduced by creating 10000 files and running
|
|
|
|
`git -c annex.queuesize=100 annex add -J8`
|
2018-08-28 16:21:23 +00:00
|
|
|
|
2018-08-28 16:35:15 +00:00
|
|
|
Apparently it runs two concurrent git adds
|
|
|
|
when flushing the queue in some circumstances.
|
|
|
|
The smaller queue size must make it easier to reproduce;
|
|
|
|
without it all 10000 files get added ok here.
|
2018-08-28 16:21:23 +00:00
|
|
|
|
2018-08-28 16:35:15 +00:00
|
|
|
It's not specific to v6 at all.
|
|
|
|
|
2018-08-28 17:14:44 +00:00
|
|
|
Two worker threads are flushing their queues at the same time.
|
2018-08-28 16:21:23 +00:00
|
|
|
"""]]
|