Skip to content

Commit 34c32d8

Browse files
authored
[ISSUE #9259] Remove duplicate flushing operation of StoreCheckpoint(#9260)
1 parent dee5109 commit 34c32d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java

-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ public void shutdown() {
522522
}
523523
this.flushConsumeQueueService.shutdown();
524524
this.allocateMappedFileService.shutdown();
525-
this.storeCheckpoint.flush();
526525
this.storeCheckpoint.shutdown();
527526

528527
this.perfs.shutdown();

0 commit comments

Comments
 (0)