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

CA-395789: Add polling to cluster health state update #5871

Merged

Commits on Aug 1, 2024

  1. CA-395789: Add polling to cluster health state update

    It was observed that the corosync-notifyd might send a notification when
    the data shown in corosync-quorumtool has not been updated. This causes
    xapi-clusterd to return the out-of-date cluster information to xapi.
    Xapi will not have a chance of updating these states again until there
    is a further change in the cluster (which may not happen for a long
    time).
    
    Now add polling in xapi to update the cluster info every 5 minutes,
    making sure that in the worst case, we still get up-to-date information
    after a 5-minute delay.
    
    Signed-off-by: Vincent Liu <shuntian.liu2@cloud.com>
    Vincent-lau committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4ab22bc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Add more detailed debug message

    Signed-off-by: Vincent Liu <shuntian.liu2@cloud.com>
    Vincent-lau committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    58a1420 View commit details
    Browse the repository at this point in the history