lizhanhui commented on code in PR #4980:
URL: https://github.com/apache/rocketmq/pull/4980#discussion_r962482496
##########
broker/src/main/java/org/apache/rocketmq/broker/processor/PopReviveService.java:
##########
@@ -198,12 +198,11 @@ public PullResult getMessage(String group, String topic,
int queueId, long offse
break;
case NO_MATCHED_MESSAGE:
pullStatus = PullStatus.NO_MATCHED_MSG;
- POP_LOGGER.warn("no matched message. GetMessageStatus={},
topic={}, groupId={}, requestOffset={}",
+ POP_LOGGER.info("no matched message. GetMessageStatus={},
topic={}, groupId={}, requestOffset={}",
Review Comment:
OK, let's downgrade it to debug.
--
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]