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 07:13:24 UTC

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

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



##########
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:
       sory, I don't know why this code was submitted here




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