caigy commented on code in PR #5919:
URL: https://github.com/apache/rocketmq/pull/5919#discussion_r1174774802


##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -275,7 +274,7 @@ public class MessageStoreConfig {
     private int commitLogSwapMapReserveFileNum = 100;
     private long logicQueueForceSwapMapInterval = 12L * 60 * 60 * 1000;
     private long logicQueueSwapMapInterval = 1L * 60 * 60 * 1000;
-    private long cleanSwapedMapInterval = 5L * 60 * 1000;
+    private long cleanSwappedMapInterval = 5L * 60 * 1000;

Review Comment:
   These modifications are incompatible thus should be avoided.



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