alluxio
alluxio copied to clipboard
Remove addquorumrequest
Hi @jenoudet, Can you provide details on why the add quorum request needs to be deleted.
Hi @jenoudet, Can you provide details on why the add quorum request needs to be deleted.
HI @qian0817, after doing some research I've concluded that calling RaftClient#admin().setConfiguration(...)
should be sufficient to adding a new member to an existing cluster. addQuorumRequest
sends an rpc to all members of the quorum who all individually call RaftServer#setConfiguration(...)
. This seems redundant and I was hoping to refactor it away.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.