TheR1sing3un commented on code in PR #6383:
URL: https://github.com/apache/rocketmq/pull/6383#discussion_r1139858963
##########
common/src/main/java/org/apache/rocketmq/common/ControllerConfig.java:
##########
@@ -42,7 +43,7 @@ public class ControllerConfig {
private String controllerDLegerPeers;
private String controllerDLegerSelfId;
private int mappedFileSize = 1024 * 1024 * 1024;
- private String controllerStorePath = System.getProperty("user.home") +
File.separator + "DledgerController";
+ private String controllerStorePath = System.getProperty("user.home") +
File.separator + "DLedgerController";
Review Comment:
> 改变store目录可能会有兼容性问题,建议不修改
OK~
--
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]