RongtongJin commented on code in PR #7690: URL: https://github.com/apache/rocketmq/pull/7690#discussion_r1432676214
########## store/src/main/java/org/apache/rocketmq/store/queue/ConsumeQueueStore.java: ########## @@ -444,6 +444,7 @@ public void recoverOffsetTable(long minPhyOffset) { String key = logic.getTopic() + "-" + logic.getQueueId(); long maxOffsetInQueue = logic.getMaxOffsetInQueue(); + log.info("Recover offset table, key: {}, maxOffsetInQueue:{}", key, maxOffsetInQueue); Review Comment: 这个日志去掉吧,万一队列太多了打印很多,而且也不是最终的位点 -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org