xdkxlk commented on code in PR #7331:
URL: https://github.com/apache/rocketmq/pull/7331#discussion_r1349840442


##########
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingAbstract.java:
##########
@@ -264,6 +269,16 @@ public void processRequestCommand(final 
ChannelHandlerContext ctx, final Remotin
 
         Runnable run = buildProcessRequestHandler(ctx, cmd, pair, opaque);
 
+        if (isShuttingDown.get()) {
+            if (cmd.getVersion() > MQVersion.Version.V5_1_3.ordinal()) {

Review Comment:
   This should be greater than 5.1.4.



-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to