mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-21 05:44:03 +08:00
fix get dledger mod storepath (#9746)
Co-authored-by: 赵 <zhaoze@harmonycloud.cn>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user