fujian-zfj commented on code in PR #7120:
URL: https://github.com/apache/rocketmq/pull/7120#discussion_r1293541501


##########
store/src/main/java/org/apache/rocketmq/store/MessageStore.java:
##########
@@ -693,14 +704,20 @@ void onCommitLogDispatch(DispatchRequest dispatchRequest, 
boolean doDispatch, Ma
      * Truncate dirty logic files
      *
      * @param phyOffset physical offset
+     * @throws RocksDBException only in rocksdb mode
      */
-    void truncateDirtyLogicFiles(long phyOffset);
+    void truncateDirtyLogicFiles(long phyOffset) throws RocksDBException;
 
     /**
      * Destroy logics files
      */
     void destroyLogics();
 
+    /**
+     * Load logics files
+     */
+    boolean loadLogics();

Review Comment:
   ok



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