adoroszlai commented on code in PR #4962:
URL: https://github.com/apache/ozone/pull/4962#discussion_r1239469785


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ContainerStateManagerImpl.java:
##########
@@ -86,7 +87,7 @@
 public final class ContainerStateManagerImpl

Review Comment:
   Thanks for pointing out `ContainerManagerImpl`.
   
   `ContainerManagerImpl` uses a single lock, not a set of "managed" locks.  It 
may be possible to improve that by adding a striped lock for some operations 
that apply to a single container, but that's a different task.



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