[HDDS-15070] support of multiple raft groups to handle OM bucket related write requests#10104
Draft
vtutrinov wants to merge 2 commits intoapache:masterfrom
Draft
[HDDS-15070] support of multiple raft groups to handle OM bucket related write requests#10104vtutrinov wants to merge 2 commits intoapache:masterfrom
vtutrinov wants to merge 2 commits intoapache:masterfrom
Conversation
afe541a to
84381cc
Compare
84381cc to
ac81a2d
Compare
…ed write requests
a46bb25 to
2c37e23
Compare
* fix double buffer flash issue for the case of multiple RAFT groups * fix inconsistency issue between the main RAFT group and the bucket related RAFT groups * fix client side global proxy contention * fix bucket to raft group assigner
2c37e23 to
ea60277
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request:
Separate RAFT groups and state machines to handle bucket-related write requests on the OM side for parallelizing purposes of the highly contention write requests (single leader OM is a bottleneck)
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-15070
How was this patch tested?
Manual testing, new unit tests, new acceptance tests