Hi Owen, Thanks for looking at the code. There is a setConfiguration[Async] method in RaftClient[Asynchronous]Protocol to change membership. It can add a new server or replace a failed server. You may want to take a look RaftReconfigurationBaseTest and its subclasses.
Please feel free to let me know if you have more questions. Tsz-Wo On Thu, Jul 26, 2018 at 8:37 AM Owen O'Malley <[email protected]> wrote: > > Hi, > Looking at the code, it doesn't look like there is any way to add a new > server or replace a failed server in the quorum. Did I miss something? Is > that planned functionality? > > Thanks, > Owen
