lollipopjin commented on code in PR #9214:
URL: https://github.com/apache/rocketmq/pull/9214#discussion_r1975394051
##########
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:
Add some java doc here, for using min timestamp in metadata instead of read
commitLog from tiered stortge.
--
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]