You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/10/20 12:27:10 UTC

[GitHub] [iotdb] zhanglingzhe0820 commented on a change in pull request #1758: add device chunk point cache

zhanglingzhe0820 commented on a change in pull request #1758:
URL: https://github.com/apache/iotdb/pull/1758#discussion_r508457146



##########
File path: server/src/main/java/org/apache/iotdb/db/engine/merge/manage/MergeManager.java
##########
@@ -74,13 +75,18 @@
   private MergeManager() {
   }
 
-  public RateLimiter getMergeRateLimiter() {
-    setMergeRate(IoTDBDescriptor.getInstance().getConfig().getMergeThroughputMbPerSec());
-    return mergeRateLimiter;
+  public RateLimiter getMergeWriteRateLimiter() {
+    setWriteMergeRate(IoTDBDescriptor.getInstance().getConfig().getMergeWriteThroughputMbPerSec());

Review comment:
       It may can be set afterward in cli




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

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