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

   ## What changes were proposed in this pull request?
   
   Under normal circumstances, a log like this is seen frequently in the SCM 
log:
   
   2023-08-23 10:41:06,087 [main] WARN  pipeline.PipelinePlacementPolicy 
(PipelinePlacementPolicy.java:filterViableNodes(166)) - Pipeline creation 
failed due to no sufficient healthy datanodes. Required 3. Found 2. Excluded 14.
   
   This happens regularly, as the background pipeline creator thread attempts 
to fill all datanodes with pipelines. When all the limits have been reached the 
above scenario legitimately happens and prints the warning to the logs.
   
   We should move this message to debug along with a few others similar to it, 
as they are not warnings, but normal occurrences.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-9204
   
   ## How was this patch tested?
   
   Logging only change. Ran the TestPipelineManagerImpl tests before and after 
and verified the message no longer appears.


-- 
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