-
Notifications
You must be signed in to change notification settings - Fork 0
QUEUING AND RUNNING TIME ON TREE #115
Comments
In GitLab by @mcastril on Jul 25, 2024, 18:04 Hi @vsicardi. Definitely not on purpose, but also definitely if it doesn't depend on the GUI. For example, this other experiment shows queuing and run times in the GUI: https://earth.bsc.es/autosubmitapp/experiment/a7gu/tree Did you have Autosubmit up all the time? Did you modify the status with setstatus or recovery at any point? Trying to guess what could happen |
In GitLab by @mcastril on Jul 25, 2024, 18:10
I don't see anything strange in the ASLOG
|
In GitLab by @vsicardi on Jul 26, 2024, 11:54 Hi @mcastril, Thank you for your reply. Actually, I cannot thoroughly answer your questions. I did not have any particular issues with this exp; I guess for some FAILED jobs, I changed the status, and probably autosubmit stopped at some point, so I relaunched the exp. For sure, I never did a recovery. I wish I could give you more details, but I do not know how to retrieve all these possible actions. I noticed this missing time since the app update; maybe it's just happened now, and it will never happen again. |
In GitLab by @mcastril on Jul 26, 2024, 12:32 Hi @vsicardi Thanks a lot. Let me clarify that my second message was forwarded to Dani, Bruno, or Luiggi so that they have more information. I think you answered the questions well. I forgot to say it, but through the LOGS I could verify that Autosubmit had been running without interruptions for a few days, and covering all the time that the jobs show no running and queuing. I am 99% sure that it's not related to the new GUI, but I don't blame you for thinking about it. We have to figure out what could happen, even if it doesn't happen often. If it happened there's some sort of bug somewhere. |
In GitLab by @vsicardi on Jul 29, 2024, 08:26 Hi, If it can be of any help, I just noticed that while running, the job has the queueing time and the running time. They disappear when the job finishes (in both cases, failed or completed). thanks |
In GitLab by @ltenorio on Aug 16, 2024, 15:10 I see that this problem comes from the This run only has data until the So, the cause of this issue is due to the DDBB file that doesn't record the last run data. PD: I saw that, in newer versions of Autosubmit, a patch was made to the function that populates the times to use the TOTAL_STATS in jobs with COMPLETED status instead of using the one from the DDBB. However, this patch was not applied to the API. @dbeltran why was this patch done? (this might not be the cause of the issue) |
In GitLab by @dbeltran on Aug 19, 2024, 09:15 Hello @ltenorio , If I recall correctly, this was done to fix the issues with the stats command, but I am not sure because it is part of the mega commit of the 4.1 https://earth.bsc.es/gitlab/es/autosubmit/-/issues/1098. The problem was that the queueing time was 0 ( if I recall correctly) |
In GitLab by @mcastril on Aug 21, 2024, 18:29 I would have said that the patch was done to deal with the problems that we had in some experiments that didn't have their running and queuing time data populated. But the patch was developed by Dani and I don't know where it was applied. Dani, are we talking about the same here? |
In GitLab by @vsicardi on Jul 24, 2024, 17:46
Hi,
I have a question about the queuing and running time display in the tree visualization in the new Autosubmit GUI.
All the jobs run after the Autosubmit GUI update do not show the queuing or the run time.
Here is a screenshot as an example
I am aware I can check all the statistics on the dedicated page (https://earth.bsc.es/autosubmitapp/experiment/a7i9/stats?section=SIM&hours=0), but I wonder if this feature has been eliminated on purpose or if there is an issue with the visualization.
I personally find it quite useful, and it has helped me spot errors in experiments' output more than once.
Thank you
The text was updated successfully, but these errors were encountered: