HTHou commented on code in PR #12039:
URL: https://github.com/apache/iotdb/pull/12039#discussion_r1507230550


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -2781,7 +2784,7 @@ public int getFileLimitPerCrossTask() {
     return fileLimitPerCrossTask;
   }
 
-  public int getTotalFileLimitForCrossTask() {
+  public int getTotalFileLimitForCompactionTask() {
     return totalFileLimitForCrossTask;

Review Comment:
   ```suggestion
       return totalFileLimitForCompactionTask;
   ```



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