lollipopjin commented on code in PR #9256: URL: https://github.com/apache/rocketmq/pull/9256#discussion_r2053470604
########## store/src/main/java/org/apache/rocketmq/store/ConsumeQueue.java: ########## @@ -1204,4 +1217,18 @@ public long estimateMessageCount(long from, long to, MessageFilter filter) { log.debug("Result={}, raw={}, match={}, sample={}", result, raw, match, sample); return result; } + + public void initializeWithOffset(long offset) { + destroy(); Review Comment: Calling destroy method in init, it's hard to get the point. -- 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