peterxcli commented on PR #9840: URL: https://github.com/apache/ozone/pull/9840#issuecomment-4186881112
https://github.com/apache/ozone/pull/9892#pullrequestreview-3925312393 > and they all use the same AbstractVersionManager#isAllowed method, for which the only potentially expensive operation I can see is a read lock whose corresponding write lock is only held during finalization. So it seems there is an opportunity to no involve any lock or atomic variable in normal path(except finalization) -- 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]
