kerneltime commented on PR #6705:
URL: https://github.com/apache/ozone/pull/6705#issuecomment-2120954620

   @jojochuang why not make this the default behavior for reads on client side? 
Maybe we can change the logic on the client side to have a pool of clients per 
container, I guess the benefit for the client cache is to avoid the setup cost 
when there is sequential access to the same container but when there is 
parallel access to the same container we see a performance hit. Having a pool 
of clients per container and no upper bound on the number of clients across 
containers might be right way forward. We might still need a TTL or LRU for the 
clients.


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