szetszwo commented on PR #8249: URL: https://github.com/apache/ozone/pull/8249#issuecomment-2845182229
For first election timeout, since Ratis uses `raft.server.rpc.first-election.timeout.min/max`. Let's use `xxx.raft.server.rpc.first-election.timeout` for ozone, i.e. - ozone.scm.ha.raft.server.rpc.first-election.timeout (no change) - hdds.raft.server.rpc.first-election.timeout For heartbeat intervals, I suggest to have - hdds.heartbeat.interval - hdds.heartbeat.initial-interval - hdds.heartbeat.recon.interval - hdds.heartbeat.recon.initial-interval The principle are: - to have the namespace naming convention from a larger scope to a smaller scope, and - to avoid a conf property being a prefix of another property for avoiding typos or copy-paste errors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
