lollipopjin commented on code in PR #9256:
URL: https://github.com/apache/rocketmq/pull/9256#discussion_r2053630118


##########
store/src/main/java/org/apache/rocketmq/store/queue/ConsumeQueueStore.java:
##########
@@ -520,7 +516,7 @@ private void compensateForHA(ConcurrentMap<String, Long> 
cqOffsetTable) {
     }
 
     @Override
-    public void destroy() {
+    public void destroy(boolean loadAfterDestroy) {

Review Comment:
   Here no need to handle switch for loadAfterDestroy ? 



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