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

   ## What changes were proposed in this pull request?
   
   Change `WritableRatisContainerProvider.getContainer` logic from:
   
    * infinite loop until container is found
      * look up open pipelines
      * select one pipeline
      * find matching container
   
   to:
   
    * look up open pipelines
    * iterate pipelines until container is found
      * select one pipeline
      * find matching container
   
   The original logic may keep finding the same pipeline until it is closed.
   
   https://issues.apache.org/jira/browse/HDDS-8982
   
   ## How was this patch tested?
   
   Added unit and integration test.
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/7391181618


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