lizhimins commented on code in PR #9214: URL: https://github.com/apache/rocketmq/pull/9214#discussion_r1976327496
########## tieredstore/src/main/java/org/apache/rocketmq/tieredstore/file/FlatMessageFile.java: ########## @@ -178,16 +178,20 @@ public AppendResult appendConsumeQueue(DispatchRequest request) { return consumeQueue.append(buffer, request.getStoreTimestamp()); } - - @Override public void release() { - } @Override public long getMinStoreTimestamp() { Review Comment: already add to TieredMessageStore#getEarliestMessageTimeAsync -- 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