We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In GitLab by @dbeltrankyl on Dec 4, 2024, 12:43
Hello @isimo00 , @kinow
Whatever the combination of autosubmit create + autosubmit recovery + autosubmit run is prompted, autosubmit will try to download logs already there.
autosubmit create
autosubmit recovery
autosubmit run
In some cases, this leads to a crash.
The expected outcome is to download the logs during the run if it is required.
The text was updated successfully, but these errors were encountered:
Fixed there https://earth.bsc.es/gitlab/es/autosubmit/-/merge_requests/527
Sorry, something went wrong.
Just writing down what was reported on Mattermost (redacted):
(...) running a test version of autosubmit on the VM... and it's leaking processes (...) ... which means it's consuming memory too. I freed up 22 gigs of memory by killing your processes
(...) running a test version of autosubmit on the VM... and it's leaking processes (...)
... which means it's consuming memory too.
I freed up 22 gigs of memory by killing your processes
I see that a combination of lumi down with issues and a function that does not exist anymore ( in 4.1.12+, it is part of the log recovery processors rework ) caused that. It could happen also in 4.1.10 and 4.1.9 ( https://earth.bsc.es/gitlab/es/autosubmit/-/merge_requests/475/diffs#ff161687c56ba0a2dd5ce8f3f9c979f7cb2b6dbe_39_38 this one )
ssh sessions to lumi-uan01 for ... has dropped from >1200 to 4
@utigerstedt copied the list of processes to a file on /tmp (thanks!), and I copied it to my home dir in case we need it.
/tmp
According to my previous comment, this was fixed.
dbeltrankyl
No branches or pull requests
In GitLab by @dbeltrankyl on Dec 4, 2024, 12:43
Hello @isimo00 , @kinow
Whatever the combination of
autosubmit create
+autosubmit recovery
+autosubmit run
is prompted, autosubmit will try to download logs already there.In some cases, this leads to a crash.
The expected outcome is to download the logs during the run if it is required.
The text was updated successfully, but these errors were encountered: