sodonnel opened a new pull request, #3275: URL: https://github.com/apache/ozone/pull/3275
## What changes were proposed in this pull request? To allow SCM to make better decisions about scheduling commands on datanodes, the datanodes should report their current command queue size in the heartbeat. This change adds a section to the heartbeat protobuf message to allow the queued command count for each command type to be reported in each heartbeat. There will be a count reported for each registered command, with a zero count if the queue is empty. A follow up change will be needed to use this information on SCM. With this Jira in place, the data will be sent but never used on SCM. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6554 ## How was this patch tested? Some new unit tests and 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]
