lizhimins commented on code in PR #11152:
URL: https://github.com/apache/rocketmq/pull/11152#discussion_r4060254241


##########
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingServer.java:
##########
@@ -108,6 +109,8 @@ public class NettyRemotingServer extends 
NettyRemotingAbstract implements Remoti
 
     private DefaultEventExecutorGroup defaultEventExecutorGroup;
 
+    private final AtomicBoolean shutdownStarted = new AtomicBoolean();

Review Comment:
   太复杂啦



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

Reply via email to