You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/30 02:33:27 UTC

[GitHub] [rocketmq] Git-Yang commented on a change in pull request #4059: [ISSUE #4058] DLedgerCommitLog support LMQ

Git-Yang commented on a change in pull request #4059:
URL: https://github.com/apache/rocketmq/pull/4059#discussion_r838056825



##########
File path: store/src/main/java/org/apache/rocketmq/store/dledger/DLedgerCommitLog.java
##########
@@ -421,6 +421,11 @@ private void setMessageInfo(MessageExtBrokerInner msg, int tranType) {
 
         setMessageInfo(msg, tranType);
 
+        boolean multiDispatchWrapResult = multiDispatch.wrapMultiDispatch(msg);

Review comment:
       multiDispatch.wrapMultiDispatch() has a concurrency problem.




-- 
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: dev-unsubscribe@rocketmq.apache.org

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