zourunxin commented on a change in pull request #2919:
URL: https://github.com/apache/rocketmq/pull/2919#discussion_r642465303



##########
File path: store/src/main/java/org/apache/rocketmq/store/index/IndexService.java
##########
@@ -173,7 +173,7 @@ public QueryOffsetResult queryOffset(String topic, String 
key, int maxNum, long
 
                     if (f.isTimeMatched(begin, end)) {
 
-                        f.selectPhyOffset(phyOffsets, buildKey(topic, key), 
maxNum, begin, end, lastFile);

Review comment:
       it matches to the IndexFile.java(upper) 192 row




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to