-
Notifications
You must be signed in to change notification settings - Fork 8
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
Minerva seems to have trouble processing save requests when there are many files #378
Comments
@vanaukenk, talking with @balhoff, this may be part of why some files seemed not to save in some cases. I've merged this with |
@balhoff After talking to @vanaukenk , we'll be trying to get this into production over the upcoming outage. |
@balhoff |
Interesting side note. When doing the shutdown today, I issued the usual "save" commands and it returned with: 'message-type': 'success',
message: 'Dumped all models to folder' },
_okay: true, This what I'd normally expect. I guess, last time, our issue may have been due to either a very large number of accumulated open file handles over months (now tested on dev and on production)? Due to patches being in place for likely issue and inability to any longer simulate the problem, I think we're good to close. |
When minerva is running operation: 'export-all' and working in a directory like the current noctua-models (with 6116 models currently defined), it returns an error. Repeated application gives slightly different errors (with a different model involved), until it no longer mentions models. For example:
https://gist.github.com/kltm/1929656545bf6668a07e96d9d8ac07f6
Tagging @balhoff
The text was updated successfully, but these errors were encountered: