sodonnel opened a new pull request, #4841: URL: https://github.com/apache/ozone/pull/4841
## What changes were proposed in this pull request? When processing the unhealthy container queues, we would expect quite a large number of containers to have processing deferred due to load on the datanodes. At the moment, these are logged at ERROR level, which is probably too verbose and also the messages are expected, so ERROR will likely worry administrators. This change moves that to debug level, and also adds a counter so we can print a summary of how many containers were deferred due to load after each iteration. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8776 ## How was this patch tested? No tests added or changed. This is just a logging change. -- 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]
