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

   ## What changes were proposed in this pull request?
   
   In [HDDS-13973](https://issues.apache.org/jira/browse/HDDS-13973), 
sendCommandReadBlock(..) creates a new gRPC stream per read(..) call but not a 
single stream per block. If the application code uses small (e.g. 64KB) buffer, 
then it is going to create a lot of gRPC streams.
   
   It should keep using the same gRPC connection for streaming a block.
   
   Note that the code is merged from 
https://github.com/apache/ozone/commit/726f8e4857f42446fe34e5acdbb43a3c0469697f
   
   ## What is the link to the Apache JIRA
   
   HDDS-13974
   
   ## How was this patch tested?
   
   Updating 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