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: sbd-cluster: stop dispatching cmap if disconnected #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 22, 2019

  1. Fix: sbd-cluster: stop dispatching cmap if disconnected

    If cmap socket is in HUP state, attempt to dispatch incoming events
    will trigger the callback again and cause infinite loop with high
    CPU load.
    Added check should solve this by destroying the cmap connection and
    removing it from the main loop.
    skazi0 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    838dd14 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Fix: sbd-cluster: exit if cmap is disconnected

    To avoid problems with lost CMAP connection, just exit and let the
    inquisitor fix the situation by restarting the servant.
    skazi0 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    adafc28 View commit details
    Browse the repository at this point in the history