This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch GracelyExit
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/GracelyExit by this push:
new 11231999d3f Add more log
11231999d3f is described below
commit 11231999d3f2e51127e8703b46bacb4482028ec3
Author: JackieTien97 <[email protected]>
AuthorDate: Tue Jul 15 09:59:45 2025 +0800
Add more log
---
.../src/main/java/org/apache/iotdb/db/schemaengine/SchemaEngine.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/SchemaEngine.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/SchemaEngine.java
index e2d41790195..700666eb69a 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/SchemaEngine.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/SchemaEngine.java
@@ -239,6 +239,7 @@ public class SchemaEngine {
}
schemaRegionMap.clear();
schemaRegionMap = null;
+ logger.info("clear schema region map.");
}
// SchemaMetric should be cleared lastly
if (schemaMetricManager != null) {