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

Fix bug checksum failures #8624

Merged
merged 1 commit into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. Fix bug checksum failures

    This commit fixes the bug where multiple realizations try to read checksum
    at the same time, leading it to grind to a halt.
    The issue was fixed by moving the forward_model_ok_lock up a level, so
    that only one realization can call `verify_checksum` at a time. This
    also solved the issue where jobs would be shown as stuck in pending even though
    all forward model steps had completed. This was probably due to
    checksums all being checked and verified at the same time, which can be
    IO intensive.
    jonathan-eq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a97c15e View commit details
    Browse the repository at this point in the history