fix get dledger mod storepath (#9746)

Co-authored-by: 赵 <zhaoze@harmonycloud.cn>
This commit is contained in:
littleboy
2025-10-09 14:03:11 +08:00
committed by GitHub
co-authored by
parent 4b5f8665f9
commit b1a7ac80dd
@@ -2241,7 +2241,7 @@ public class DefaultMessageStore implements MessageStore {
private boolean isSpaceToDelete() {
cleanImmediately = false;
String commitLogStorePath = DefaultMessageStore.this.getMessageStoreConfig().getStorePathCommitLog();
String commitLogStorePath = DefaultMessageStore.this.getStorePathPhysic();
String[] storePaths = commitLogStorePath.trim().split(MixAll.MULTI_PATH_SPLITTER);
Set<String> fullStorePath = new HashSet<>();
double minPhysicRatio = 100;