3 subject="""comment 1"""
4 date="2018-10-22T16:37:06Z"
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.
10 So, just needs some inter-thread locking..