Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix crash caused by race in the async process. #5250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 5, 2018
Merged

Conversation

reedwm
Copy link
Member

@reedwm reedwm commented Sep 5, 2018

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.

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.
@reedwm reedwm requested a review from robieta September 5, 2018 17:32
@reedwm reedwm requested review from karmel and a team as code owners September 5, 2018 17:32
@robieta robieta merged commit 5856878 into master Sep 5, 2018
@tfboyd tfboyd deleted the reed_ncf_patch_12 branch February 7, 2019 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants