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

Caideyipi pushed a commit to branch hotfix/2.0.9.4-sjzt
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 3944dd747600dd824aedd5c18e3216f9071575ab
Author: Yongzao <[email protected]>
AuthorDate: Tue May 12 10:18:35 2026 +0800

    bump version to 2.0.9.3
---
 code-coverage/pom.xml                      |  2 +-
 distribution/pom.xml                       | 20 ++++++-------
 example/client-c-example/pom.xml           |  2 +-
 example/client-cpp-example/pom.xml         |  2 +-
 example/jdbc/pom.xml                       |  2 +-
 example/mqtt-customize/pom.xml             |  2 +-
 example/mqtt/pom.xml                       |  2 +-
 example/pipe-count-point-processor/pom.xml |  2 +-
 example/pipe-opc-ua-sink/pom.xml           |  2 +-
 example/pom.xml                            |  2 +-
 example/rest-java-example/pom.xml          |  2 +-
 example/schema/pom.xml                     |  2 +-
 example/session/pom.xml                    |  2 +-
 example/subscription/pom.xml               |  2 +-
 example/trigger/pom.xml                    |  2 +-
 example/udf/pom.xml                        |  2 +-
 external-service-impl/mqtt/pom.xml         | 14 ++++-----
 external-service-impl/pom.xml              |  4 +--
 external-service-impl/rest-openapi/pom.xml |  2 +-
 external-service-impl/rest/pom.xml         | 16 +++++-----
 integration-test/pom.xml                   | 48 +++++++++++++++---------------
 iotdb-api/external-api/pom.xml             |  2 +-
 iotdb-api/external-service-api/pom.xml     |  2 +-
 iotdb-api/pipe-api/pom.xml                 |  2 +-
 iotdb-api/pom.xml                          |  2 +-
 iotdb-api/trigger-api/pom.xml              |  2 +-
 iotdb-api/udf-api/pom.xml                  |  2 +-
 iotdb-client/cli/pom.xml                   | 24 +++++++--------
 iotdb-client/client-cpp/pom.xml            |  4 +--
 iotdb-client/client-py/pom.xml             |  8 ++---
 iotdb-client/isession/pom.xml              |  8 ++---
 iotdb-client/jdbc/pom.xml                  |  8 ++---
 iotdb-client/pom.xml                       |  2 +-
 iotdb-client/service-rpc/pom.xml           |  6 ++--
 iotdb-client/session/pom.xml               | 10 +++----
 iotdb-client/subscription/pom.xml          | 14 ++++-----
 iotdb-core/ainode/pom.xml                  | 12 ++++----
 iotdb-core/ainode/pyproject.toml           |  2 +-
 iotdb-core/antlr/pom.xml                   |  2 +-
 iotdb-core/confignode/pom.xml              | 28 ++++++++---------
 iotdb-core/consensus/pom.xml               | 14 ++++-----
 iotdb-core/datanode/pom.xml                | 42 +++++++++++++-------------
 iotdb-core/metrics/core/pom.xml            |  4 +--
 iotdb-core/metrics/interface/pom.xml       |  8 ++---
 iotdb-core/metrics/pom.xml                 |  2 +-
 iotdb-core/node-commons/pom.xml            | 28 ++++++++---------
 iotdb-core/pom.xml                         |  2 +-
 iotdb-core/relational-grammar/pom.xml      |  2 +-
 iotdb-protocol/pom.xml                     |  2 +-
 iotdb-protocol/thrift-ainode/pom.xml       |  4 +--
 iotdb-protocol/thrift-commons/pom.xml      |  2 +-
 iotdb-protocol/thrift-confignode/pom.xml   |  4 +--
 iotdb-protocol/thrift-consensus/pom.xml    |  4 +--
 iotdb-protocol/thrift-datanode/pom.xml     |  4 +--
 library-pipe/pom.xml                       |  2 +-
 library-pipe/tsfile-remote-sink/pom.xml    | 10 +++----
 library-udf/pom.xml                        |  4 +--
 object-storage/pom.xml                     |  6 ++--
 pom.xml                                    |  2 +-
 timecho-confignode/pom.xml                 | 20 ++++++-------
 timecho-isession/pom.xml                   | 10 +++----
 timecho-server/pom.xml                     | 22 +++++++-------
 timecho-session/pom.xml                    | 14 ++++-----
 63 files changed, 243 insertions(+), 243 deletions(-)

diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index 5bd5d7d1512..dcbd8aa38df 100644
--- a/code-coverage/pom.xml
+++ b/code-coverage/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-code-coverage</artifactId>
     <packaging>pom</packaging>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 5fb6e8e9df6..dc27b682e68 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-distribution</artifactId>
     <packaging>pom</packaging>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.reflections</groupId>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-cli</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.timecho.iotdb</groupId>
@@ -128,13 +128,13 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>tsfile-remote-sink</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.timecho.iotdb</groupId>
@@ -213,7 +213,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timecho-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.timecho.iotdb</groupId>
@@ -272,7 +272,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timecho-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.iotdb</groupId>
@@ -323,13 +323,13 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>mqtt</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>rest</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
@@ -633,7 +633,7 @@
                 <dependency>
                     <groupId>org.apache.iotdb</groupId>
                     <artifactId>iotdb-ainode</artifactId>
-                    <version>2.0.9.2</version>
+                    <version>2.0.9.3</version>
                 </dependency>
             </dependencies>
             <build>
diff --git a/example/client-c-example/pom.xml b/example/client-c-example/pom.xml
index 12fc72c3aa3..a9dc94618a2 100644
--- a/example/client-c-example/pom.xml
+++ b/example/client-c-example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>client-c-example</artifactId>
     <name>IoTDB: Example: C Client (SessionC)</name>
diff --git a/example/client-cpp-example/pom.xml 
b/example/client-cpp-example/pom.xml
index 62d8db1a2b9..640a4a18bbe 100644
--- a/example/client-cpp-example/pom.xml
+++ b/example/client-cpp-example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>client-cpp-example</artifactId>
     <name>IoTDB: Example: CPP Client</name>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 1bd091ae41e..952b380f35d 100644
--- a/example/jdbc/pom.xml
+++ b/example/jdbc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>jdbc-example</artifactId>
     <name>IoTDB: Example: JDBC</name>
diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml
index 58351d2d680..6e71b04c7ca 100644
--- a/example/mqtt-customize/pom.xml
+++ b/example/mqtt-customize/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>customize-mqtt-example</artifactId>
     <name>IoTDB: Example: Customized MQTT</name>
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index b291f565515..82618bda3eb 100644
--- a/example/mqtt/pom.xml
+++ b/example/mqtt/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>mqtt-example</artifactId>
     <name>IoTDB: Example: MQTT</name>
diff --git a/example/pipe-count-point-processor/pom.xml 
b/example/pipe-count-point-processor/pom.xml
index f9ee004d992..e2b32fa9c6e 100644
--- a/example/pipe-count-point-processor/pom.xml
+++ b/example/pipe-count-point-processor/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>pipe-count-point-processor-example</artifactId>
     <name>IoTDB: Example: Pipe: Count Point Processor</name>
diff --git a/example/pipe-opc-ua-sink/pom.xml b/example/pipe-opc-ua-sink/pom.xml
index 1ae7f591b35..8c685d5e393 100644
--- a/example/pipe-opc-ua-sink/pom.xml
+++ b/example/pipe-opc-ua-sink/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pipe-opc-ua-sink-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index d561aeb01fb..a961f24433d 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-examples</artifactId>
     <packaging>pom</packaging>
diff --git a/example/rest-java-example/pom.xml 
b/example/rest-java-example/pom.xml
index a83ab4520d3..573b55244f0 100644
--- a/example/rest-java-example/pom.xml
+++ b/example/rest-java-example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>rest-java-example</artifactId>
     <name>IoTDB: Example: Java Rest</name>
diff --git a/example/schema/pom.xml b/example/schema/pom.xml
index 494cfe46e70..f5cfb2671d6 100644
--- a/example/schema/pom.xml
+++ b/example/schema/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>schema-example</artifactId>
     <name>IoTDB: Example: Schema</name>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index 7eac6a7715a..3cb1fb6cf21 100644
--- a/example/session/pom.xml
+++ b/example/session/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>client-example</artifactId>
     <name>IoTDB: Example: Session Client</name>
diff --git a/example/subscription/pom.xml b/example/subscription/pom.xml
index 28651e6f42b..480a6ff50e3 100644
--- a/example/subscription/pom.xml
+++ b/example/subscription/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>subscription-example</artifactId>
     <name>IoTDB: Example: Subscription Client</name>
diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml
index eca2dbe9be2..6a6ebb94155 100644
--- a/example/trigger/pom.xml
+++ b/example/trigger/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>trigger-example</artifactId>
     <name>IoTDB: Example: Trigger</name>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index e4aa8944aef..6f899c8f549 100644
--- a/example/udf/pom.xml
+++ b/example/udf/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>udf-example</artifactId>
     <name>IoTDB: Example: UDF</name>
diff --git a/external-service-impl/mqtt/pom.xml 
b/external-service-impl/mqtt/pom.xml
index d6baadc1ab3..dcea31f924a 100644
--- a/external-service-impl/mqtt/pom.xml
+++ b/external-service-impl/mqtt/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>external-service-impl</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>mqtt</artifactId>
     <name>IoTDB: External-Service-Impl: MQTT</name>
@@ -86,7 +86,7 @@
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
             <scope>provided</scope>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -124,13 +124,13 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -141,13 +141,13 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/external-service-impl/pom.xml b/external-service-impl/pom.xml
index cf348079f22..b3a1c08ac21 100644
--- a/external-service-impl/pom.xml
+++ b/external-service-impl/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>external-service-impl</artifactId>
     <name>IoTDB: External-Service-Impl</name>
@@ -44,7 +44,7 @@
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
             <scope>provided</scope>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/external-service-impl/rest-openapi/pom.xml 
b/external-service-impl/rest-openapi/pom.xml
index 123a2b16b89..6e2d79b886a 100644
--- a/external-service-impl/rest-openapi/pom.xml
+++ b/external-service-impl/rest-openapi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>external-service-impl</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>rest-openapi</artifactId>
     <name>IoTDB: External-Service-Impl: Rest-OpenAPI</name>
diff --git a/external-service-impl/rest/pom.xml 
b/external-service-impl/rest/pom.xml
index 9cb184d0477..f9856312304 100644
--- a/external-service-impl/rest/pom.xml
+++ b/external-service-impl/rest/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>external-service-impl</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>rest</artifactId>
     <name>IoTDB: External-Service-Impl: Rest</name>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>rest-openapi</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <exclusions>
                 <!-- repeated in datanode -->
                 <exclusion>
@@ -107,19 +107,19 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>session-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -135,7 +135,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -145,7 +145,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -163,7 +163,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 1dce204ae22..ecce38175f7 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>integration-test</artifactId>
     <name>IoTDB: Integration-Test</name>
@@ -87,52 +87,52 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timecho-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>session-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-subscription</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
@@ -152,7 +152,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-consensus</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -173,17 +173,17 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-cli</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
@@ -208,7 +208,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -220,25 +220,25 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-session</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timecho-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-distribution</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
             <type>pom</type>
         </dependency>
@@ -260,19 +260,19 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>mqtt</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <!--We will integrate mqtt-jar-with-dependencies into lib by 
assembly plugin-->
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>rest</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <!--We will integrate rest-jar-with-dependencies into lib by 
assembly plugin-->
             <scope>provided</scope>
         </dependency>
diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml
index a6e09224e64..075c191cee1 100644
--- a/iotdb-api/external-api/pom.xml
+++ b/iotdb-api/external-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>external-api</artifactId>
     <name>IoTDB: API: External API</name>
diff --git a/iotdb-api/external-service-api/pom.xml 
b/iotdb-api/external-service-api/pom.xml
index b94cf7a4175..dfca861f989 100644
--- a/iotdb-api/external-service-api/pom.xml
+++ b/iotdb-api/external-service-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>external-service-api</artifactId>
     <name>IoTDB: API: External Service API</name>
diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml
index 211c8f87e77..4ee1db31623 100644
--- a/iotdb-api/pipe-api/pom.xml
+++ b/iotdb-api/pipe-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>pipe-api</artifactId>
     <name>IoTDB: API: Pipe API</name>
diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml
index 98440c5a6c4..d7a191f2578 100644
--- a/iotdb-api/pom.xml
+++ b/iotdb-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-api</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml
index 61ce62f3fd8..4cc9ceb08ad 100644
--- a/iotdb-api/trigger-api/pom.xml
+++ b/iotdb-api/trigger-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>trigger-api</artifactId>
     <name>IoTDB: API: Trigger API</name>
diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml
index a5e5c0afaa1..9dc72bbb3b8 100644
--- a/iotdb-api/udf-api/pom.xml
+++ b/iotdb-api/udf-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>udf-api</artifactId>
     <name>IoTDB: API: UDF API</name>
diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml
index cb5b97d611e..014854f05b3 100644
--- a/iotdb-client/cli/pom.xml
+++ b/iotdb-client/cli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-cli</artifactId>
     <name>IoTDB: Client: CLI</name>
@@ -37,42 +37,42 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>session-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-subscription</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-antlr</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -87,17 +87,17 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index 7b8ebdc0c82..874d7b89569 100644
--- a/iotdb-client/client-cpp/pom.xml
+++ b/iotdb-client/client-cpp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>client-cpp</artifactId>
     <packaging>pom</packaging>
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml
index 7f0c79b4709..72ee0fcb8f2 100644
--- a/iotdb-client/client-py/pom.xml
+++ b/iotdb-client/client-py/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-python-api</artifactId>
     <name>IoTDB: Client: Python-API</name>
@@ -34,19 +34,19 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml
index a57e6fe7d81..a349af71a1f 100644
--- a/iotdb-client/isession/pom.xml
+++ b/iotdb-client/isession/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <groupId>com.timecho.iotdb</groupId>
     <artifactId>isession-parent</artifactId>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -48,12 +48,12 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index 7f1252aecfa..20d2cf22446 100644
--- a/iotdb-client/jdbc/pom.xml
+++ b/iotdb-client/jdbc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-jdbc</artifactId>
     <name>IoTDB: Client: Jdbc</name>
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml
index ea661c7e93b..c06813bb459 100644
--- a/iotdb-client/pom.xml
+++ b/iotdb-client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-client</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml
index 7d407b14749..001f179a00f 100644
--- a/iotdb-client/service-rpc/pom.xml
+++ b/iotdb-client/service-rpc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <groupId>com.timecho.iotdb</groupId>
     <artifactId>service-rpc</artifactId>
@@ -56,12 +56,12 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml
index f007533ed44..e7de75417f4 100644
--- a/iotdb-client/session/pom.xml
+++ b/iotdb-client/session/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <name>IoTDB: Client: Session Parent</name>
     <properties>
@@ -38,17 +38,17 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/iotdb-client/subscription/pom.xml 
b/iotdb-client/subscription/pom.xml
index 2de8f89c40e..7c10278cd46 100644
--- a/iotdb-client/subscription/pom.xml
+++ b/iotdb-client/subscription/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-client</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-subscription</artifactId>
     <name>IoTDB: Client: Subscription</name>
@@ -32,32 +32,32 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>session-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml
index 97d8e41a2b6..654234200c4 100644
--- a/iotdb-core/ainode/pom.xml
+++ b/iotdb-core/ainode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-ainode</artifactId>
     <name>IoTDB: Core: AINode</name>
@@ -33,31 +33,31 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-python-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index fc2bde8f1bf..6bb126677c4 100644
--- a/iotdb-core/ainode/pyproject.toml
+++ b/iotdb-core/ainode/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "timechodb-ainode"
-version = "2.0.9.2"
+version = "2.0.9.3"
 description = "Apache IoTDB AINode"
 readme = "README.md"
 authors = ["Apache Software Foundation <[email protected]>"]
diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml
index 9ea55a8dada..c3e65dfbc24 100644
--- a/iotdb-core/antlr/pom.xml
+++ b/iotdb-core/antlr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-antlr</artifactId>
     <name>IoTDB: Core: Antlr-Parser</name>
diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml
index 02493024e95..36322a4975f 100644
--- a/iotdb-core/confignode/pom.xml
+++ b/iotdb-core/confignode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-confignode</artifactId>
     <name>IoTDB: Core: ConfigNode</name>
@@ -42,67 +42,67 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-subscription</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-consensus</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index a5ded8780c0..7d2786d4e98 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-consensus</artifactId>
     <name>IoTDB: Core: Consensus</name>
@@ -39,32 +39,32 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-consensus</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ratis</groupId>
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index ef963bc34e5..23189f61336 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-server</artifactId>
     <name>IoTDB: Core: Data-Node (Server)</name>
@@ -37,22 +37,22 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>object-storage</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-subscription</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-consensus</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -73,77 +73,77 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-antlr</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-relational-grammar</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-consensus</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>session-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>io.airlift</groupId>
@@ -281,7 +281,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml
index e03c6c08ecb..248f53e498c 100644
--- a/iotdb-core/metrics/core/pom.xml
+++ b/iotdb-core/metrics/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-metrics</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>metrics-core</artifactId>
     <name>IoTDB: Core: Metrics: API Impl</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
diff --git a/iotdb-core/metrics/interface/pom.xml 
b/iotdb-core/metrics/interface/pom.xml
index 3ec07505603..c70d352ba33 100644
--- a/iotdb-core/metrics/interface/pom.xml
+++ b/iotdb-core/metrics/interface/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-metrics</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>metrics-interface</artifactId>
     <name>IoTDB: Core: Metrics: Metrics API</name>
@@ -33,17 +33,17 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>session-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml
index 6753aa8ac26..4f7950db30b 100644
--- a/iotdb-core/metrics/pom.xml
+++ b/iotdb-core/metrics/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-metrics</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml
index a285a81027c..dd5137c26cc 100644
--- a/iotdb-core/node-commons/pom.xml
+++ b/iotdb-core/node-commons/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>node-commons</artifactId>
     <name>IoTDB: Core: Node Commons</name>
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-subscription</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -53,47 +53,47 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-consensus</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -103,12 +103,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml
index 27912725677..4dd078346d8 100644
--- a/iotdb-core/pom.xml
+++ b/iotdb-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-core</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-core/relational-grammar/pom.xml 
b/iotdb-core/relational-grammar/pom.xml
index cf09aa469bc..35450e771b1 100644
--- a/iotdb-core/relational-grammar/pom.xml
+++ b/iotdb-core/relational-grammar/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-core</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-relational-grammar</artifactId>
     <name>IoTDB: Core: Relational-Antlr-Parser</name>
diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml
index b36c6656950..471df3823a5 100644
--- a/iotdb-protocol/pom.xml
+++ b/iotdb-protocol/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-protocol</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-protocol/thrift-ainode/pom.xml 
b/iotdb-protocol/thrift-ainode/pom.xml
index 5f20cc48011..680ad0eda9a 100644
--- a/iotdb-protocol/thrift-ainode/pom.xml
+++ b/iotdb-protocol/thrift-ainode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-thrift-ainode</artifactId>
     <name>IoTDB: Protocol: Thrift AI Node</name>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/iotdb-protocol/thrift-commons/pom.xml 
b/iotdb-protocol/thrift-commons/pom.xml
index a6f09aabf74..9abdba99cf1 100644
--- a/iotdb-protocol/thrift-commons/pom.xml
+++ b/iotdb-protocol/thrift-commons/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <groupId>com.timecho.iotdb</groupId>
     <artifactId>iotdb-thrift-commons</artifactId>
diff --git a/iotdb-protocol/thrift-confignode/pom.xml 
b/iotdb-protocol/thrift-confignode/pom.xml
index 7368fad4070..9490a0f30e2 100644
--- a/iotdb-protocol/thrift-confignode/pom.xml
+++ b/iotdb-protocol/thrift-confignode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-thrift-confignode</artifactId>
     <name>IoTDB: Protocol: Thrift Config Node</name>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/iotdb-protocol/thrift-consensus/pom.xml 
b/iotdb-protocol/thrift-consensus/pom.xml
index d8b0d5564e9..fa2d2c93740 100644
--- a/iotdb-protocol/thrift-consensus/pom.xml
+++ b/iotdb-protocol/thrift-consensus/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>iotdb-thrift-consensus</artifactId>
     <name>IoTDB: Protocol: Thrift Consensus</name>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/iotdb-protocol/thrift-datanode/pom.xml 
b/iotdb-protocol/thrift-datanode/pom.xml
index 9e91d5d24ca..8eab84b744e 100644
--- a/iotdb-protocol/thrift-datanode/pom.xml
+++ b/iotdb-protocol/thrift-datanode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <groupId>com.timecho.iotdb</groupId>
     <artifactId>timechodb-thrift</artifactId>
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/library-pipe/pom.xml b/library-pipe/pom.xml
index be001a99c81..287f2938c8e 100644
--- a/library-pipe/pom.xml
+++ b/library-pipe/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>library-pipe</artifactId>
     <name>IoTDB: Library-Pipe</name>
diff --git a/library-pipe/tsfile-remote-sink/pom.xml 
b/library-pipe/tsfile-remote-sink/pom.xml
index b600d50a865..ab3fff65571 100644
--- a/library-pipe/tsfile-remote-sink/pom.xml
+++ b/library-pipe/tsfile-remote-sink/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>library-pipe</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>tsfile-remote-sink</artifactId>
     <name>IoTDB: Library-Pipe: TSFile-Remote-Sink</name>
@@ -38,25 +38,25 @@
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
             <scope>provided</scope>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
             <scope>provided</scope>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index c6806e10744..f949aa9d0c7 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <artifactId>library-udf</artifactId>
     <name>IoTDB: UDF</name>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/object-storage/pom.xml b/object-storage/pom.xml
index 127beef8e4a..42ec250e4f9 100644
--- a/object-storage/pom.xml
+++ b/object-storage/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <groupId>com.timecho.iotdb</groupId>
     <artifactId>object-storage</artifactId>
@@ -45,12 +45,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>software.amazon.awssdk</groupId>
diff --git a/pom.xml b/pom.xml
index 7f95ca7aee2..786e80b162d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-parent</artifactId>
-    <version>2.0.9.2</version>
+    <version>2.0.9.3</version>
     <packaging>pom</packaging>
     <name>Apache IoTDB Project Parent POM</name>
     <description>This is the top level project that builds, packages the iotdb 
engine, client, and integration libs.</description>
diff --git a/timecho-confignode/pom.xml b/timecho-confignode/pom.xml
index 5b665485790..a89cf944b1a 100644
--- a/timecho-confignode/pom.xml
+++ b/timecho-confignode/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <groupId>com.timecho.iotdb</groupId>
     <artifactId>timecho-confignode</artifactId>
@@ -20,32 +20,32 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-consensus</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/timecho-isession/pom.xml b/timecho-isession/pom.xml
index 4d1c9dc411a..98c2a7bb1b6 100644
--- a/timecho-isession/pom.xml
+++ b/timecho-isession/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.timecho.iotdb</groupId>
@@ -33,25 +33,25 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/timecho-server/pom.xml b/timecho-server/pom.xml
index 2614aca6109..de396bfbc43 100644
--- a/timecho-server/pom.xml
+++ b/timecho-server/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.timecho.iotdb</groupId>
@@ -37,17 +37,17 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -62,37 +62,37 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>object-storage</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
diff --git a/timecho-session/pom.xml b/timecho-session/pom.xml
index 892cce61d26..42bb7d5b974 100644
--- a/timecho-session/pom.xml
+++ b/timecho-session/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>2.0.9.2</version>
+        <version>2.0.9.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.timecho.iotdb</groupId>
@@ -33,22 +33,22 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>session-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession-parent</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>isession</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -58,12 +58,12 @@
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>com.timecho.iotdb</groupId>
             <artifactId>timechodb-thrift</artifactId>
-            <version>2.0.9.2</version>
+            <version>2.0.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>

Reply via email to