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

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


The following commit(s) were added to refs/heads/2.0.5-xx by this push:
     new 4f8bb5a7561 fix it
4f8bb5a7561 is described below

commit 4f8bb5a756194e468d97ad0d9df6741a9eb959be
Author: Tian Jiang <[email protected]>
AuthorDate: Mon Sep 29 19:55:52 2025 +0800

    fix it
---
 example/pipe-count-point-processor/pom.xml                     |  2 +-
 integration-test/pom.xml                                       | 10 +++++-----
 .../org/apache/iotdb/it/env/cluster/node/DataNodeWrapper.java  | 10 +++++++++-
 iotdb-client/jdbc/pom.xml                                      |  2 +-
 pom.xml                                                        | 10 +++++-----
 5 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/example/pipe-count-point-processor/pom.xml 
b/example/pipe-count-point-processor/pom.xml
index 8b8710d1eee..aaadc02eabb 100644
--- a/example/pipe-count-point-processor/pom.xml
+++ b/example/pipe-count-point-processor/pom.xml
@@ -59,7 +59,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <version>3.2.2</version>
-                <configuration />
+                <configuration/>
             </plugin>
         </plugins>
     </build>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 8022e5491ba..9614af3943d 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -29,16 +29,16 @@
     <artifactId>integration-test</artifactId>
     <name>IoTDB: Integration-Test</name>
     <properties>
-        <integrationTest.excludedGroups />
+        <integrationTest.excludedGroups/>
         <integrationTest.forkCount>1</integrationTest.forkCount>
-        <integrationTest.includedGroups />
+        <integrationTest.includedGroups/>
         
<integrationTest.launchNodeInSameJVM>true</integrationTest.launchNodeInSameJVM>
         <integrationTest.nodeMaxHeapSize>200m</integrationTest.nodeMaxHeapSize>
         <integrationTest.nodeNewHeapSize>200m</integrationTest.nodeNewHeapSize>
         
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
         
<integrationTest.readAndVerifyWithMultiNode>true</integrationTest.readAndVerifyWithMultiNode>
         
<integrationTest.dataRegionPerDataNode>0</integrationTest.dataRegionPerDataNode>
-        <integrationTest.testEnv />
+        <integrationTest.testEnv/>
         
<lightWeightStandaloneMode.configNodeConsensus>Simple</lightWeightStandaloneMode.configNodeConsensus>
         <!-- -DClusterConfigurations values configured here -->
         
<lightWeightStandaloneMode.configNodeNumber>1</lightWeightStandaloneMode.configNodeNumber>
@@ -672,7 +672,7 @@
                 <activeByDefault>false</activeByDefault>
             </activation>
             <properties>
-                <integrationTest.excludedGroups />
+                <integrationTest.excludedGroups/>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.DailyIT</integrationTest.includedGroups>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
@@ -714,7 +714,7 @@
                 <activeByDefault>false</activeByDefault>
             </activation>
             <properties>
-                <integrationTest.excludedGroups />
+                <integrationTest.excludedGroups/>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.ManualIT</integrationTest.includedGroups>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
diff --git 
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/DataNodeWrapper.java
 
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/DataNodeWrapper.java
index 1d65adacf7e..f08c085bc6c 100644
--- 
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/DataNodeWrapper.java
+++ 
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/DataNodeWrapper.java
@@ -157,8 +157,16 @@ public class DataNodeWrapper extends AbstractNodeWrapper {
     return getNodePath() + File.separator + "data";
   }
 
+  public String getDataNodeDir() {
+    return getDataDir() + File.separator + "datanode";
+  }
+
   public String getWalDir() {
-    return getDataDir() + File.separator + "datanode" + File.separator + "wal";
+    return getDataNodeDir() + File.separator + "wal";
+  }
+
+  public String getSystemDir() {
+    return getDataNodeDir() + File.separator + "system";
   }
 
   @Override
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index 0ad17e5b2ca..f2ec1c8b5f5 100644
--- a/iotdb-client/jdbc/pom.xml
+++ b/iotdb-client/jdbc/pom.xml
@@ -266,7 +266,7 @@
                                                 </goals>
                                             </pluginExecutionFilter>
                                             <action>
-                                                <ignore />
+                                                <ignore/>
                                             </action>
                                         </pluginExecution>
                                     </pluginExecutions>
diff --git a/pom.xml b/pom.xml
index 08c5f9ffd4f..1ecfc78f2fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,9 +57,9 @@
         <!-- This was the last version to support Java 8 -->
         <antlr4.version>4.9.3</antlr4.version>
         <!-- By default, the argLine is empty-->
-        <argLine />
+        <argLine/>
         <awaitility.version>4.2.0</awaitility.version>
-        <boost.include.dir />
+        <boost.include.dir/>
         <!-- This was the last version to support Java 8 -->
         <caffeine.version>2.9.3</caffeine.version>
         <cglib.version>3.3.0</cglib.version>
@@ -165,7 +165,7 @@
         <!-- This was the last version to support Java 8 -->
         <swagger.version>1.6.14</swagger.version>
         <thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>
-        <thrift.exec.absolute.path />
+        <thrift.exec.absolute.path/>
         <!--
       Thrift 0.17.0 was the last version that could be used in Java 8 
applications,
       However Thrift 0.17.0 has an invalid entry in the META-INF/MANIFEST.mf 
file.
@@ -876,7 +876,7 @@
                             <importOrder>
                                 <order>org.apache.iotdb,,javax,java,\#</order>
                             </importOrder>
-                            <removeUnusedImports />
+                            <removeUnusedImports/>
                         </java>
                         <lineEndings>UNIX</lineEndings>
                     </configuration>
@@ -1114,7 +1114,7 @@
                         <phase>validate</phase>
                         <configuration>
                             <rules>
-                                <dependencyConvergence />
+                                <dependencyConvergence/>
                             </rules>
                         </configuration>
                     </execution>

Reply via email to