-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Gives warning: "Found and ignore invalid json file, you may lost some process data." #436
Comments
Did you use Windows + multiprocessing pools? |
I'm on Linux, Fedora, yes. It's Multiprocessing + Async code in each process. |
Sorry I forgot to reply to this. The most common reason that the temp json file is not valid is because the process is shut down abruptly. For example, if there's any |
update: hmm, it seems the issue comes from windows. I can't reproduce it on linux. @gaogaotiantian I got the same warning. The OS is windows 11. I used Minimal demo is like:
|
Maybe you can check this. It's possible for multiprocessing to terminate the saving process on Windows. #364 (comment) |
@junqi-lu , yeah |
Additionally prints this:.
What should be solution to this, trying to visualize the final generated files gives incomplete information.
The text was updated successfully, but these errors were encountered: