Skip to content

Commit

Permalink
Fix bug for putting duplicated messsages while sending batch message (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslcj authored Jun 16, 2022
1 parent 33fd330 commit cd24a24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ private RemotingCommand sendBatchMessage(final ChannelHandlerContext ctx,
} else {
putMessageResult = this.brokerController.getMessageStore().putMessages(messageExtBatch);
}
putMessageResult = this.brokerController.getMessageStore().putMessage(messageExtBatch);
handlePutMessageResult(putMessageResult, response, request, messageExtBatch, responseHeader, sendMessageContext, ctx, queueIdInt, beginTimeMillis, mappingContext);
sendMessageCallback.onComplete(sendMessageContext, response);
return response;
Expand Down

0 comments on commit cd24a24

Please sign in to comment.