jt2594838 commented on code in PR #16412:
URL: https://github.com/apache/iotdb/pull/16412#discussion_r2348022546


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java:
##########
@@ -2127,6 +2127,12 @@ public synchronized void 
loadHotModifiedProps(TrimProperties properties)
                   "include_null_value_in_write_throughput_metric",
                   ConfigurationFileUtils.getConfigurationDefaultValue(
                       "include_null_value_in_write_throughput_metric"))));
+
+      conf.setDataNodeTableSchemaCacheSize(
+          Long.parseLong(
+              properties.getProperty(
+                  "data_node_table_schema_cache_max_size",

Review Comment:
   Also add in the config template.



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