sodonnel opened a new pull request, #3891:
URL: https://github.com/apache/ozone/pull/3891

   ## What changes were proposed in this pull request?
   
   Currently, all commands queued for a datanode are stored in an ArrayList, 
which is sent to the DN on each heartbeat.
   
   In order to limit the number of commands queued on a DN at any time, it 
would be useful to be able to query the current queued count of each command 
type, allowing Replication Manager, for example, to stop sending more work to 
the DN until it has free capacity.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7402
   
   ## How was this patch tested?
   
   New unit 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]

Reply via email to