Skip to content

Commit 3bcf41c

Browse files
mxsmDivyanshIITB
authored andcommitted
[ISSUE apache#9259] Remove duplicate flushing operation of StoreCheckpoint(apache#9260)
1 parent 2c7c9bb commit 3bcf41c

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

Lines changed: 0 additions & 1 deletion
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)