You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I remember these annoying race conditions, I thought/hoped we had eliminated them...
Is there is an error like this somewhere in the traceback? Then perhaps some saver took more than 300 seconds to save a chunk because your disk is overloaded. If not, something is wrong with how futures are being passed around / waited upon. (Still it would be odd even if it crashed with that error -- how did it rename the folder then? Were multiple processes trying to close one saver?)
Thanks Jelle, we are seeing the linked traceback every now and then but it wasn't part of the traceback that got logged (can be that it was part of the traceback but wasn't written to the log). I will keep an eye of to see if we get more of this specific issue kind of messages, it wasn't reproducible so we will simply have to keep an eye out for these kind of errors.
Were multiple processes trying to close one saver?
Not as far as I know. There was nothing other than bootstrax running.
On run 011534 (eb4) we had renamed the directory before the savers finished. If these kind of errors persist we might have to rethink some logic.
This is most likely relates to bad performance of the disk being used.
The traceback is:
The text was updated successfully, but these errors were encountered: