lizhanhui commented on code in PR #8600:
URL: https://github.com/apache/rocketmq/pull/8600#discussion_r1758851660
##########
store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java:
##########
@@ -381,6 +378,14 @@ public boolean load() {
return result;
}
+ public void loadCheckPoint() throws IOException {
Review Comment:
This implies this PR won't build CQ records into RocksDB CQ store for
existing messages in commit log if they are previously indexed by file-based CQ
store.
--
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]