RongtongJin commented on code in PR #8663:
URL: https://github.com/apache/rocketmq/pull/8663#discussion_r1796691675
##########
common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java:
##########
@@ -427,6 +427,11 @@ public class BrokerConfig extends BrokerIdentity {
// if false, will still rewrite ck after max times 17
private boolean skipWhenCKRePutReachMaxTimes = false;
+ /**
+ * Use AdaptiveBackOffLock
+ **/
+ private boolean useABSLock = false;
Review Comment:
It would be better to put this config to messageStoreConfig
--
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]