You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/08/11 03:58:10 UTC

[GitHub] [rocketmq] AbelSara commented on a change in pull request #3239: use the StringBuilder another method can reduce impact on array copy performance

AbelSara commented on a change in pull request #3239:
URL: https://github.com/apache/rocketmq/pull/3239#discussion_r686472902



##########
File path: store/src/main/java/org/apache/rocketmq/store/index/IndexFile.java
##########
@@ -71,6 +72,9 @@ public void load() {
         this.indexHeader.load();
     }
 
+    /**
+     * 头部文件刷盘 时间戳 msgId 物理偏移量..

Review comment:
       Why do you use so many annotations, and it is in Chinese?




-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org