-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-12772. Speed up the building of MiniOzoneCluster #8235
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -347,6 +347,14 @@ | |
| Default is 5s. | ||
| </description> | ||
| </property> | ||
| <property> | ||
| <name>hdds.ratis.leader.first.election.minimum.timeout.duration</name> | ||
| <value/> | ||
| <tag>OZONE, RATIS, MANAGEMENT</tag> | ||
| <description>ratis Minimum timeout for the first election of a leader. | ||
| If not configured, fallback to hdds.ratis.leader.election.minimum.timeout.duration. | ||
| </description> | ||
| </property> | ||
| <property> | ||
| <name>hdds.node.report.interval</name> | ||
| <value>60000ms</value> | ||
|
|
@@ -1154,6 +1162,14 @@ | |
| if the default value for this config is not used. | ||
| </description> | ||
| </property> | ||
| <property> | ||
| <name>hdds.initial.heartbeat.interval</name> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suggest |
||
| <value>2s</value> | ||
| <tag>OZONE, MANAGEMENT</tag> | ||
| <description> | ||
| Heartbeat interval used during Datanode initialization for SCM. | ||
| </description> | ||
| </property> | ||
| <property> | ||
| <name>hdds.recon.heartbeat.interval</name> | ||
| <value>60s</value> | ||
|
|
@@ -1162,6 +1178,14 @@ | |
| The heartbeat interval from a Datanode to Recon. | ||
| </description> | ||
| </property> | ||
| <property> | ||
| <name>hdds.recon.initial.heartbeat.interval</name> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
(Ideally these keys for Recon should have been |
||
| <value>60s</value> | ||
| <tag>OZONE, MANAGEMENT, RECON</tag> | ||
| <description> | ||
| Heartbeat interval used during Datanode initialization for Recon. | ||
| </description> | ||
| </property> | ||
| <property> | ||
| <name>ozone.scm.heartbeat.log.warn.interval.count</name> | ||
| <value>10</value> | ||
|
|
@@ -3834,6 +3858,13 @@ | |
| election. Default is 1s.</description> | ||
| </property> | ||
| <property> | ||
| <name>ozone.scm.ha.raft.server.rpc.first-election.timeout</name> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| <value/> | ||
| <tag>SCM, OZONE, HA, RATIS</tag> | ||
| <description>ratis timeout for the first election of a leader. | ||
| If not configured, fallback to ozone.scm.ha.ratis.leader.election.timeout. | ||
| </description> | ||
| </property><property> | ||
| <name>ozone.scm.ha.ratis.server.leaderelection.pre-vote</name> | ||
| <value>true</value> | ||
| <tag>SCM, OZONE, HA, RATIS</tag> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hdds.ratis.leader.first-election.minimum.timeout.durationto be more like the one for SCM:
ozone.scm.ha.ratis.leader.first-election.timeout