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

Add a new protocol for custom notification #47

Merged
merged 1 commit into from
Sep 17, 2019
Merged

Conversation

greensky00
Copy link
Contributor

  • Currently we are using this protocol for the notification of
    out-of-log-range for lagging follower, in case when log has been
    compacted without creating any snapshots (it should not happen in
    normal case, must be user's fault).

  • Added a new callback type for out-of-log-range, so that user can
    handle this situation smoothly, rather than crash or abort.

* Currently we are using this protocol for the notification of
out-of-log-range for lagging follower, in case when log has been
compacted without creating any snapshots (it should not happen in
normal case, must be user's fault).

* Added a new callback type for out-of-log-range, so that user can
handle this situation smoothly, rather than crash or abort.
@greensky00 greensky00 merged commit 76a3ad2 into eBay:master Sep 17, 2019
JackyWoo pushed a commit to JackyWoo/NuRaft that referenced this pull request Sep 30, 2022
Pause state machine while snapshot is synced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant