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 a couple of bugs on removing servers #102

Merged
merged 1 commit into from
Feb 27, 2020
Merged

Commits on Feb 27, 2020

  1. Fix a couple of bugs on removing servers

    * When we check the response from to-be-removed server, we should
    make sure that its last log index is bigger than the target index.
    If the to-be-removed server restarts, it may return response but
    may not sync up the latest config yet.
    
    * Adding server logic should check `srv_to_leave_` node is gone,
    before duplicate ID checking.
    greensky00 committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    9383c42 View commit details
    Browse the repository at this point in the history