sodonnel commented on PR #3482: URL: https://github.com/apache/ozone/pull/3482#issuecomment-1150467728
> Are the any confs in the new ReplicationManager related to inflight replication and inflight deletion? No, not as yet. The plan is to use the currently queued command count on the DNs to limit the replication commands in the new RM. It will find all the under-replicated container, prioritize them by remaining redundancy and then schedule them over time. The plan is to have a per-dn limit, so faster DNs can accept more work perhaps. We have not yet worked out the low level details, but that is the high level thinking. The new replication manager is going to use a new class to track inflight operations, called ContainerReplicaPendingOps. That part is already committed. -- 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]
