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

Remove checkpointing #3906

Merged
merged 7 commits into from
Nov 5, 2020
Merged

Conversation

MetRonnie
Copy link
Member

@MetRonnie MetRonnie commented Oct 30, 2020

These changes close #3891

Requirements check-list

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Already covered by existing tests.
  • Appropriate change log entry included.
  • No dependency changes.

@oliver-sanders oliver-sanders added this to the cylc-8.0a3 milestone Nov 2, 2020
Comment on lines +568 to 570
self.n_restart = pri_dao.select_suite_params_restart_count() + 1
self.put_suite_params_1(self.KEY_RESTART_COUNT, self.n_restart)
pri_dao.close()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting this as a property of the suite database manager class feels a bit weird, but I couldn't rely on reading the updated value from the database from the scheduler, because this "put" operation is merely queued and doesn't get executed until after the scheduler has already logged the number of restarts

@MetRonnie
Copy link
Member Author

In terms of documentation, I suspect that this would be better left to the 7-to-8 guide or whoever writes up reflow in the docs?

@MetRonnie MetRonnie marked this pull request as ready for review November 4, 2020 12:52
@hjoliver
Copy link
Member

hjoliver commented Nov 5, 2020

New cylc-doc Issue for 7-8 migration, with a checkbox for this topic: cylc/cylc-doc#170

Copy link
Member

@wxtim wxtim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing Major to say - just my usual pickyness about docstrings.

You have a deconfliction to-do, and you can probably free up @oliver-sanders or @hjoliver from this review.

@oliver-sanders oliver-sanders merged commit 95ae822 into cylc:master Nov 5, 2020
@MetRonnie MetRonnie deleted the remove-checkpoints branch November 5, 2020 13:08
MetRonnie added a commit to MetRonnie/cylc-doc that referenced this pull request Feb 24, 2021
@hjoliver hjoliver modified the milestones: cylc-8.0a3, cylc-8.0b0 Feb 25, 2021
MetRonnie added a commit to MetRonnie/cylc-doc that referenced this pull request Mar 22, 2021
MetRonnie added a commit to MetRonnie/cylc-doc that referenced this pull request Mar 22, 2021
@MetRonnie MetRonnie changed the title Remove checkpoints Remove checkpointing Mar 29, 2021
@MetRonnie MetRonnie mentioned this pull request Aug 24, 2021
11 tasks
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

Successfully merging this pull request may close these issues.

Remove named checkpointing
4 participants