-
Notifications
You must be signed in to change notification settings - Fork 164
feat: Modify to have only one RaftNode per each physical node
#2108
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
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account in order to use the merge queue. Sign up using this link. |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
24402ad to
9056406
Compare
fbe8733 to
e5705e7
Compare
9056406 to
d5cc888
Compare
e5705e7 to
b9b8a24
Compare
d5cc888 to
036b9db
Compare
1fec8fa to
a585601
Compare
036b9db to
778517c
Compare
778517c to
ebb0113
Compare

This PR changes the existing multi-node, multi-process design in the Raftify integration PR (#2105).
Specifically, it modifies the design from creating num-proc RaftNodes per physical node to having only one RaftNode per physical node.
Checklist: (if applicable)