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 support for raft repl dev replace member. #546

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Add support for raft repl dev replace member.

    When replacing a member, add the new member, sync raft log
    for replace and finally remove the old member. Once we add
    new member, baseline or incremental resync will start.
    Remove the old member will cause nuraft mesg to exit
    the group and we periodically gc the destroyed group.
    Made the repl dev base test common so that both tests files
    can use. Tests by default create repl group with num_replica's.
    Dynamic tests create additional spare replica's which can be
    added to the test dynamically by calling replace member.
    sanebay committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    afb64fc View commit details
    Browse the repository at this point in the history