guohao-rosicky opened a new pull request, #7034: URL: https://github.com/apache/ozone/pull/7034
## What changes were proposed in this pull request? The user repeatedly reads the same block, and I observed that the access time for the read chunk is very long, which is caused by spin lock in processFileExclusive in ChunkUtils. I added the corresponding slow request log to see this issue. see detail: https://issues.apache.org/jira/browse/HDDS-11281 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11281 ## How was this patch tested? org.apache.hadoop.ozone.container.keyvalue.helpers.TestChunkUtils#concurrentReadOfSameFile -- 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]
