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

   ## What changes were proposed in this pull request?
   HDDS-14752. Performance degradation in stream GET due to delayed 
semaphore/permit release at block EOF
   
   Please describe your PR in detail:
   This PR fixes a stream-read resource lifecycle issue in 
StreamBlockInputStream by releasing the stream permit immediately at block EOF, 
instead of relying on delayed cleanup paths. The read position advancement was
      centralized and EOF release was made explicit to ensure consistent 
behavior across reads.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-14752
   
   ## How was this patch tested?
   UT has been added. Read cluster with 3 nodes performance evaluation. 


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