lizhimins commented on code in PR #5848:
URL: https://github.com/apache/rocketmq/pull/5848#discussion_r1065542213
##########
broker/src/main/java/org/apache/rocketmq/broker/processor/NotificationProcessor.java:
##########
@@ -244,6 +250,20 @@ private RemotingCommand processRequest(final Channel
channel, RemotingCommand re
int queueId = requestHeader.getQueueId();
hasMsg = hasMsgFromQueue(false, requestHeader, queueId);
}
+ // if it has message, fetch retry again
Review Comment:
not has message?
--
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]