3424672656 commented on code in PR #8663: URL: https://github.com/apache/rocketmq/pull/8663#discussion_r1796712798
########## 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: done~ -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org