adoroszlai commented on PR #7237: URL: https://github.com/apache/ozone/pull/7237#issuecomment-2409969759
Thanks @weimingdiit for the discussion. > After excluding the first two, only **hdds.datanode.replication.outofservice.limit.factor** is left. > In order to make all parameters that can be dynamically configured on the DN side as dynamic as possible, and in some offline maintenance situations, this parameter may need to be modified to reduce the load. I think this is a minor change. Do you think it is necessary to modify this parameter to make it dynamically configurable? It's not necessary, but if you find it useful, please feel free to do so. `ReplicationSupervisor` would need to update queue size and thread count, similar to what `nodeStateUpdated` does, but without node state change. It's up to you if you would like to implement that or close this PR. -- 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]
