You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/09 08:13:37 UTC

[GitHub] [rocketmq] RongtongJin commented on a diff in pull request #4122: [ISSUE #3914] Support multi dirs storage in DLedger

RongtongJin commented on code in PR #4122:
URL: https://github.com/apache/rocketmq/pull/4122#discussion_r846599000


##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -25,6 +25,10 @@
 
     public static final String MULTI_PATH_SPLITTER = System.getProperty("rocketmq.broker.multiPathSplitter", ",");
 
+    static {
+        System.setProperty("dLedger.multiPath.Splitter", MULTI_PATH_SPLITTER);
+    }

Review Comment:
   Should we set this property when enbaleDLedgerCommitlog is true?



-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org