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

Multiple instances of a periodic job are run simultaneously, when prohibit_overlap is true #16583

Merged
merged 21 commits into from
Mar 27, 2023

Commits on Mar 27, 2023

  1. Multiple instances of a periodic job are run simultaneously, when pro…

    …hibit_overlap is true
    
    Fixes #11052
    When restoring periodic dispatcher, all periodic jobs are forced without checking for previous childre.
    jrasell authored and Juanadelacuesta committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    51249fc View commit details
    Browse the repository at this point in the history
  2. Multiple instances of a periodic job are run simultaneously, when pro…

    …hibit_overlap is true
    
    Fixes #11052
    When restoring periodic dispatcher, all periodic jobs are forced without checking for previous children.
    Juanadelacuesta committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e9850f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c858a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c59344 View commit details
    Browse the repository at this point in the history
  5. Update nomad/leader.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8ac3e0e View commit details
    Browse the repository at this point in the history
  6. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    90db021 View commit details
    Browse the repository at this point in the history
  7. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    23807bd View commit details
    Browse the repository at this point in the history
  8. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    eb6cd35 View commit details
    Browse the repository at this point in the history
  9. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f4c24bc View commit details
    Browse the repository at this point in the history
  10. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    62125b1 View commit details
    Browse the repository at this point in the history
  11. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b3eacaa View commit details
    Browse the repository at this point in the history
  12. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c762dc8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d182bd5 View commit details
    Browse the repository at this point in the history
  14. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    dd05f71 View commit details
    Browse the repository at this point in the history
  15. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f4352f0 View commit details
    Browse the repository at this point in the history
  16. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2a9a785 View commit details
    Browse the repository at this point in the history
  17. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f841f4f View commit details
    Browse the repository at this point in the history
  18. Update nomad/leader_test.go

    Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
    Juanadelacuesta and jrasell committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    186f982 View commit details
    Browse the repository at this point in the history
  19. fix: move back from defer to calling unlock before returning.

    createEval cant be called with the lock on
    Juanadelacuesta committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    816e27c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3cbb6f4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    75ccde6 View commit details
    Browse the repository at this point in the history