RongtongJin commented on code in PR #8663:
URL: https://github.com/apache/rocketmq/pull/8663#discussion_r1796639580


##########
store/src/main/java/org/apache/rocketmq/store/CommitLog.java:
##########
@@ -95,6 +97,8 @@ public class CommitLog implements Swappable {
 
     protected final PutMessageLock putMessageLock;
 
+    protected final AdaptiveBackOffSpinLock adaptiveBackOffSpinLock;

Review Comment:
   不需要成为对象的变量,在方法中new即可



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