• Reed's avatar
    Fix crash caused by race in the async process. (#5250) · 5856878d
    Reed authored
    When constructing the evaluation records, data_async_generation.py would copy the records into the final directory. The main process would wait until the eval records existed. However, the main process would sometimes read the eval records before they were fully copied, causing a DataLossError.
    5856878d
data_async_generation.py 18.6 KB