98b3ec2f9a8cf23db968e513f2efe7f7bf605c10
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2018-10-22T16:37:06Z"
5  content="""
6 Seems that the problem is that updateExportTreeFromLog gets started by the
7 first thread, and once it's started it won't be run again. Meanwhile,
8 other threads try to access the export database that populates.
9
10 So, just needs some inter-thread locking..
11 """]]