yuz10 commented on a change in pull request #3357:
URL: https://github.com/apache/rocketmq/pull/3357#discussion_r713713618



##########
File path: 
store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java
##########
@@ -782,16 +783,28 @@ private String getStorePathPhysic() {
     public HashMap<String, String> getRuntimeInfo() {
         HashMap<String, String> result = 
this.storeStatsService.getRuntimeInfo();
 
-        {
-            double physicRatio = 
UtilAll.getDiskPartitionSpaceUsedPercent(getStorePathPhysic());
+        String commitLogStorePath = 
DefaultMessageStore.this.getMessageStoreConfig().getStorePathCommitLog();

Review comment:
       Dose it support dledger mode? the original code getStorePathPhysic() has 
different value of  commitLogStorePath in dledger mode




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to