symious opened a new pull request, #5020: URL: https://github.com/apache/ozone/pull/5020
## What changes were proposed in this pull request? In Hadoop fair call queue feature, we can use RPC call's processing details to provide cost-based scheduler, this information needs the locks' wait, read and write time. In Hadoop, these information can be easily get and set via threadLocal variables, but in Ratis enabled cluster, we can't do that as Hadoop. So this ticket is to change the lock interface to return a new Class as OMLockDetails to store this information. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8974 ## How was this patch tested? unit 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]
