git-annex/doc/bugs/jobs/comment_1_2f37448b1ab618cf485d5335d3b2977d._comment

18 lines
495 B
Text
Raw Normal View History

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.
Two worker threads are flushing their queues at the same time.
2018-08-28 16:21:23 +00:00
"""]]