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

   ## What changes were proposed in this pull request?
   
   In [HDDS-6567](https://issues.apache.org/jira/browse/HDDS-6567), we stored 
the datanode queued command counts into DatanodeInfo on each heartbeat. 
However, we did not consider the commands that were queued to goto the Datanode 
on that heartbeat. The real count, is the count queued on the DNs, plus the 
commands queued in SCM we are about to send to the DN over the heartbeat being 
processed.
   
   This Jira adds the "commands ready to send" count to the stored counts to 
give a better reflection on the current queued count on the DN.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7370
   
   ## How was this patch tested?
   
   Adapted existing 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