zerolbsony commented on code in PR #17279:
URL: https://github.com/apache/iotdb/pull/17279#discussion_r2944031281


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/service/ConfigNode.java:
##########
@@ -110,6 +116,13 @@ public class ConfigNode extends ServerCommandLine 
implements ConfigNodeMBean {
 
   private int exitStatusCode = 0;
 
+  private Future<Void> dataPartitionTableCheckFuture;
+
+  private ExecutorService dataPartitionTableCheckExecutor =
+      
IoTDBThreadPoolFactory.newSingleThreadExecutor("DATA_PARTITION_TABLE_CHECK");

Review Comment:
   The executor will be shut down after it have done:
   <img width="1070" height="733" alt="image" 
src="https://github.com/user-attachments/assets/1dbc509a-7867-40b2-a909-c6b8dbf7cef3";
 />
   



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