weimingdiit opened a new pull request, #7237: URL: https://github.com/apache/ozone/pull/7237
## What changes were proposed in this pull request? Make key replication-related parameters in SCM and DN dynamically configurable. In this [issue,](https://issues.apache.org/jira/browse/HDDS-11255) we aim to differentiate between peak business hours and off-peak hours through parameters, in order to control the replication speed and minimize read/write latency caused by excessive I/O pressure. After discussion, we believe that making the replication-related parameters in both SCM and DN dynamically configurable would be more appropriate. Since the replication-related parameters in the current SCM have already been implemented for dynamic configuration, this PR primarily focuses on enabling dynamic configuration for replication-related parameters in DN. SCM:  DN:  ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11451 ## How was this patch tested? unit tests, manual tests -- 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]
