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

CORE-20780 Merging forward updates from release/os/5.2 to release/os/5.3 - 2024-08-28 #6334

Commits on Jul 5, 2024

  1. CORE-19976 Prevent components from being marked as 'DOWN' instead of …

    …'ERROR' (#6235)
    
    Addresses an issue where a subscription, on encountering a fatal exception, causes the coordinator to transition to 'DOWN'. This leaves the component marked as 'DOWN' instead of 'ERROR', which means it will not be restarted by K8s.
    YashNabar committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f9b27d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request #6261 from corda/yash/5.2/CORE-19976

    CORE-19976 Prevent components from being marked as 'DOWN' instead of 'ERROR'
    YashNabar authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6c51062 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. CORE-20780 Adding constraints to valid LifecycleStatus transitions (#…

    …6270)
    
    This change prevents a lifecycle component from moving from `ERROR` state to `UP` or `DOWN`. It should not be possible to do this, but it was observed that competing threads could achieve it through a race condition.
    ben-millar authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8fb626a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    6318650 View commit details
    Browse the repository at this point in the history