Skip to content

Commit b1a7ac8

Browse files
authored
fix get dledger mod storepath (#9746)
Co-authored-by: 赵 <zhaoze@harmonycloud.cn>
1 parent 4b5f866 commit b1a7ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,7 @@ public String getServiceName() {
22412241
private boolean isSpaceToDelete() {
22422242
cleanImmediately = false;
22432243

2244-
String commitLogStorePath = DefaultMessageStore.this.getMessageStoreConfig().getStorePathCommitLog();
2244+
String commitLogStorePath = DefaultMessageStore.this.getStorePathPhysic();
22452245
String[] storePaths = commitLogStorePath.trim().split(MixAll.MULTI_PATH_SPLITTER);
22462246
Set<String> fullStorePath = new HashSet<>();
22472247
double minPhysicRatio = 100;

0 commit comments

Comments
 (0)