SteveYurongSu commented on code in PR #12735:
URL: https://github.com/apache/iotdb/pull/12735#discussion_r1642656143


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/load/LoadTsFileManager.java:
##########
@@ -85,6 +86,9 @@ public class LoadTsFileManager {
       new AtomicReference<>(CONFIG.getLoadTsFileDirs());
   private static final AtomicReference<FolderManager> FOLDER_MANAGER = new 
AtomicReference<>();
 
+  private static final LoadTsFileCostMetricsSet LOAD_TSFILE_METRICS =
+      LoadTsFileCostMetricsSet.getInstance();

Review Comment:
   ?



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