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

   
   ## What changes were proposed in this pull request?
   
   Currently, if the pipeline limit is not reached, when a new block is 
requested, a new pipeline is allocated and returned to the client.
   
   If the pipeline limit is reached, we attempt to return a pipeline from the 
existing set.
   
   If none of those pipelines meet the criteria, then we fall back to creating 
another pipeline. This could result in unbounded pipeline growth if a client is 
having problems.
   
   We should therefore limit the pipelines that can be created via this 
exceptional case.
   
   For example, if we close some pipelines when searching the existing list 
(due to them being full), we know we have freed up some capacity to create a 
new pipeline.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-8698
   
   ## How was this patch tested?
   
   Modified 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