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


##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -33,6 +33,9 @@ public class MessageStoreConfig {
     @ImportantField
     private String storePathCommitLog = null;
 
+    @ImportantField
+    private String storePathDLedgerCommitLog = null;

Review Comment:
   @Jason918  If we use the path of commitLog directly, there will be 
incompatibility in the mixed commitLog. That is, the commitLog of Master-slave 
will be read load DLedgerCommitLog. 



##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -33,6 +33,9 @@ public class MessageStoreConfig {
     @ImportantField
     private String storePathCommitLog = null;
 
+    @ImportantField
+    private String storePathDLedgerCommitLog = null;

Review Comment:
   @Jason918  If we use the path of commitLog directly, there will be 
incompatibility in the mixed commitLog. That is, the commitLog of Master-slave 
will be load by DLedgerCommitLog. 



-- 
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