This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch load_v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/load_v2 by this push:
     new 5020f2ec477 add throughput monitor fix schema registration add configs 
and timers
5020f2ec477 is described below

commit 5020f2ec4774f5d557fc9865a5fa4f7d99414817
Author: Tian Jiang <[email protected]>
AuthorDate: Tue Nov 7 14:09:23 2023 +0800

    add throughput monitor
    fix schema registration
    add configs and timers
---
 .../apache/iotdb/db/pipe/extractor/historical/ThroughputMonitor.java    | 2 ++
 .../org/apache/iotdb/db/protocol/session/ExternalClientSession.java     | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/historical/ThroughputMonitor.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/historical/ThroughputMonitor.java
new file mode 100644
index 00000000000..657cbd4c0b1
--- /dev/null
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/historical/ThroughputMonitor.java
@@ -0,0 +1,2 @@
+package org.apache.iotdb.db.pipe.extractor.historical;public class 
ThroughputMonitor {
+}
diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/session/ExternalClientSession.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/session/ExternalClientSession.java
new file mode 100644
index 00000000000..7d3c67a8c61
--- /dev/null
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/session/ExternalClientSession.java
@@ -0,0 +1,2 @@
+package org.apache.iotdb.db.protocol.session;public class 
ExternalClientSession {
+}

Reply via email to