guohao-rosicky opened a new pull request, #4971: URL: https://github.com/apache/ozone/pull/4971
## What changes were proposed in this pull request? The XceiverClient cache is often expired when using ec reads I am currently using ec for large concurrent reads and found that on the client side, a large number of XceiverClient cache remove logs . Now each read builds a new pipeline, I think we can use the datanode id, as the pipeline id, so that we can take the client's XceiverClient cache. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8922 ## How was this patch tested? Existing test -- 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]
