This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch ger-fix
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ger-fix by this push:
new ad85741f830 rest
ad85741f830 is described below
commit ad85741f830d4d3c7c929347439d909995dec23d
Author: Caideyipi <[email protected]>
AuthorDate: Thu Jan 22 17:15:51 2026 +0800
rest
---
.../src/main/java/org/apache/iotdb/db/schemaengine/SchemaEngine.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 42079dcde26..2aac27147f0 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
@@ -387,7 +387,7 @@ public class SchemaEngine {
false);
if (Objects.isNull(table)) {
logger.warn(
- "Failed to get table when calculating the time series
number. Maybe the cluster is restarting or the table is being dropped.");
+ "Failed to get table {}.{} when calculating the time
series number. Maybe the cluster is restarting or the table is being dropped.",
PathUtils.unQualifyDatabaseName(schemaRegion.getDatabaseFullPath()),
tableEntry.getKey());
return 0L;
}
return table.getFieldNum() * tableEntry.getValue();