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

data store: issues when reloading workflows #4784

Closed
oliver-sanders opened this issue Mar 29, 2022 · 1 comment · Fixed by #4891
Closed

data store: issues when reloading workflows #4784

oliver-sanders opened this issue Mar 29, 2022 · 1 comment · Fixed by #4891
Assignees
Labels
bug Something is wrong :(
Milestone

Comments

@oliver-sanders
Copy link
Member

oliver-sanders commented Mar 29, 2022

(see also #4037)

Some odd behaviour spotted when reloading workflows.

Start off with a regular workflow and a few job submissions:

Screenshot from 2022-03-29 16-50-43

Then reload the workflow and old jobs disappear from the data store:

Screenshot from 2022-03-29 16-51-02

Now trigger the task again, the oldest job still in the store goes from failed to submit-failed, stranger still all subsequent jobs start as submit-failed, then go through running to failed:

Screenshot from 2022-03-29 16-51-24

See also #4036

[scheduler]
    initial cycle point = 1
    cycling mode = integer
    [[graph]]
        R1 = foo => bar
[runtime]
    [[foo,bar]]
        script = false

Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read CONTRIBUTING.md before starting any work though).

@oliver-sanders oliver-sanders added the bug Something is wrong :( label Mar 29, 2022
@oliver-sanders oliver-sanders added this to the cylc-8.0rc3 milestone Mar 29, 2022
@hjoliver hjoliver modified the milestones: cylc-8.0rc3, cylc-8.0rc4 May 16, 2022
@dwsutherland
Copy link
Member

This is not just with reloads, just re-triggering a task multiple times causes the jobs to start dropping...
I suspect it's something to do with what's written to the DB, but hopefully simpler than that .. investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants