HDDS-14350. Ratis configurations for ozone helm charts#51
Open
shuan1026 wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
PTAL @adoroszlai @chungen0126 Thank you! |
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?
Analyse Ratis configurations for handling network partitions / slow networks, covering Ratis timeouts, heartbeat settings, and leader election. This follows up on the HA Helm work in comment r2632023653.
ratis.ozoneSitetovalues.yaml: an empty map by default for optionalozone-siteproperty overrides, with a curated, commented example list covering OM/SCM Ratis network-resilience timeouts and leader election.ratis.ozoneSiteentries asOZONE-SITE.XML_*env vars fromozone.configuration.env.commonin_helpers.tpl, reusing the convention already used throughout the chart.Curated keys documented as commented examples in
values.yaml(any otherozone-siteproperty can also be set via this map):
ozone.om.ratis.server.request.timeout,ozone.om.ratis.minimum.timeout,ozone.om.ratis.server.failure.timeout.duration,ozone.om.ratis.server.leaderelection.pre-voteozone.scm.ha.ratis.request.timeout,ozone.scm.ha.ratis.leader.election.timeout,ozone.scm.ha.raft.server.rpc.first-election.timeout,ozone.scm.ha.ratis.server.leaderelection.pre-vote,ozone.scm.ha.ratis.server.failure.timeout.durationWhat is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-14350
How was this patch tested?