Skip to content
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

Prediction in the past: is it normal? #52

Open
bzizou opened this issue Jun 12, 2024 · 2 comments
Open

Prediction in the past: is it normal? #52

bzizou opened this issue Jun 12, 2024 · 2 comments

Comments

@bzizou
Copy link
Contributor

bzizou commented Jun 12, 2024

bzizou@dahu-oar3:~$ oarsub -I -l /nodes=4,walltime=00:30:00 -t devel --project test
# INFO:  Moldable instance:  1  Estimated nb resources:  128  Walltime:  1800
# INFO:  Moldable instance:  1  Estimated nb resources:  128  Walltime:  1800
# INFO:  Moldable instance:  1  Estimated nb resources:  128  Walltime:  1800
OAR_JOB_ID=7250
Interactive mode: waiting...
[2024-06-12 11:30:58] Start prediction: 2024-06-12 11:09:04 (R=128,W=1860,J=I,Q=default)

The start prediction is is the past... is it normal?

@adfaure
Copy link
Contributor

adfaure commented Jul 2, 2024

Hi, I could not reproduce this bug with a simple test...

Does it happen often? Is the database clock in sync with the frontend? How long did it take to reach this prediction? Is the queue empty?

Anything that could lead us to reproduce it into a simple test could be helpful.

Thank you for reporting, very intriguing.

@bzizou
Copy link
Contributor Author

bzizou commented Jul 3, 2024

Hi, I could not reproduce this bug with a simple test...

Does it happen often?

Could not reproduce it

Is the database clock in sync with the frontend?

postgres@dahu-oar3:~$ date ; psql oar -c "select now();"
Wed Jul  3 08:05:04 AM CEST 2024
              now              
-------------------------------
 2024-07-03 08:05:04.286853+02

How long did it take to reach this prediction? Is the queue empty?

It took a few seconds. Checking into the database, the submit_time is 1718184635 which gives "11:30:35" and the prediction came at "11:30:58"
Pretty sure that the queue was empty, and there was 2 nodes available and 2 other to be started by Greta (standby)

Anything that could lead us to reproduce it into a simple test could be helpful.

Play with greta and nodes in the standby mode I think...

Thank you for reporting, very intriguing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants