ChenSammi commented on code in PR #9385:
URL: https://github.com/apache/ozone/pull/9385#discussion_r2588154023


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/SCMConnectionManager.java:
##########
@@ -234,6 +235,7 @@ public void removeSCMServer(InetSocketAddress address) 
throws IOException {
       }
 
       EndpointStateMachine endPoint = scmMachines.get(address);

Review Comment:
   A question for the existing logic. Could it be better to remove the endpoint 
from scmMachines first, and then shutdown it? 



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