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

[WFCORE-6141][WFCORE-6156][WFCORE-6157][WFCORE-6158] Server Stability Fixes #5311

Merged
merged 4 commits into from
Dec 12, 2022

Commits on Dec 7, 2022

  1. [WFCORE-6156] Use ServiceContainer.awaitStability() instead of Stabil…

    …ityMonitor.awaitStability() in ContainerStateMonitor to ensure proper stability of services.
    ropalka committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b264875 View commit details
    Browse the repository at this point in the history
  2. [WFCORE-6157] Forbid interruption of operation thread awaiting contai…

    …ner stability to prevent leaving server in inconsistent state. Notice it is still the case server will not block forever when operation timeout is configured.
    ropalka committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a9bb73d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31e41f View commit details
    Browse the repository at this point in the history
  4. Revert "[WFCORE-6141] Fixing transient test failures" - it was fixed …

    …by WFCORE-6156
    
    This reverts commit 0ef150f.
    ropalka committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4240d1e View commit details
    Browse the repository at this point in the history