This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch speed_up_recover in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 88068b1850ae15827bc5fb58eda7a2f9ee8b28d6 Author: HTHou <[email protected]> AuthorDate: Tue Jul 16 16:04:03 2024 +0800 init --- .../src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java index 00701d163e6..04dbf31676c 100644 --- a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java +++ b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java @@ -181,6 +181,8 @@ public enum ThreadName { REGION_MIGRATE("Region-Migrate-Pool"), STORAGE_ENGINE_RECOVER_TRIGGER("StorageEngine-RecoverTrigger"), REPAIR_DATA("RepairData"), + FILE_TIMEINDEX_RECORD("FileTimeIndexRecord"), + // the unknown thread name is used for metrics UNKOWN("UNKNOWN");
