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

   ## What changes were proposed in this pull request?
   
   `ReadChunk` and `GetSmallFile` currently do not really require a 
`DispatcherContext`. So 
[HDDS-9697](https://issues.apache.org/jira/browse/HDDS-9697) set a constant 
context for them.
   
   In this pull request, we change it to creating a new `DispatcherContext` for 
`ReadChunk` and `GetSmallFile`. It is required by 
[HDDS-9536](https://issues.apache.org/jira/browse/HDDS-9536) for storing the 
read buffers in order to release the buffers after the operation has completed.
   
   ## What is the link to the Apache JIRA
   
   HDDS-9936
   
   ## How was this patch tested?
   
   Updating some 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