GenerousMan commented on code in PR #6666:
URL: https://github.com/apache/rocketmq/pull/6666#discussion_r1181157643


##########
store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java:
##########
@@ -710,6 +710,7 @@ public void truncateDirtyFiles(long offsetToTruncate) {
             this.reputMessageService = new ConcurrentReputMessageService();
         }
 
+        setConfirmOffset(offsetToTruncate);

Review Comment:
   Yes, after #6618 is merged, we should use the DefaultMessageStore. 
   I will help you review the #6618
   



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

Reply via email to