-
Notifications
You must be signed in to change notification settings - Fork 3
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
Exception: "an exception occured at line 641" #1
Comments
Hi neon5, |
Thank you for your quick reply. After setting flag_grabqueue_onunsched to be False, no more the exception. |
It turned out that even when that line fails, all smallchunks are correctly collected. Line 753 in 8ef0f6b
|
Hello,
I observed the exception "an exception occured at line 641" while running the program.
Initially, there are no exceptions but it happens more frequently while running the program although the program can still run.
What are the root causes and how can I avoid this exception?
I tried to adjust the parameters(num_bigchunkloaders, interval_resched, and maxlength_queue_smallchunk), but it didn't work.
The text was updated successfully, but these errors were encountered: