This commit is contained in:
Joey Hess 2018-10-22 12:39:31 -04:00
parent 5012f07630
commit 3286e68063
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2018-10-22T16:37:06Z"
content="""
Seems that the problem is that updateExportTreeFromLog gets started by the
first thread, and once it's started it won't be run again. Meanwhile,
other threads try to access the export database that populates.
So, just needs some inter-thread locking..
"""]]