RongtongJin commented on a change in pull request #3631:
URL: https://github.com/apache/rocketmq/pull/3631#discussion_r767215860



##########
File path: 
broker/src/main/java/org/apache/rocketmq/broker/processor/SendMessageProcessor.java
##########
@@ -84,7 +84,7 @@ public RemotingCommand processRequest(ChannelHandlerContext 
ctx,
 
     @Override
     public void asyncProcessRequest(ChannelHandlerContext ctx, RemotingCommand 
request, RemotingResponseCallback responseCallback) throws Exception {
-        asyncProcessRequest(ctx, 
request).thenAcceptAsync(responseCallback::callback, 
this.brokerController.getSendMessageExecutor());
+        asyncProcessRequest(ctx, 
request).thenAcceptAsync(responseCallback::callback, 
this.brokerController.getPutMessageFutureExecutor());

Review comment:
       The original method was thenAccept, but it was changed to 
thenaAcceptAsync because of the issue #1879 #1881




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