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

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


The following commit(s) were added to refs/heads/dev/1.3 by this push:
     new 7475bd4c556 [To dev/1.3] Fixed the default string charset in CI 
(#17357)
7475bd4c556 is described below

commit 7475bd4c5564920075cf0c37722a8fa139db178d
Author: Caideyipi <[email protected]>
AuthorDate: Wed Mar 25 20:05:50 2026 +0800

    [To dev/1.3] Fixed the default string charset in CI (#17357)
    
    * utf
    
    * logg
---
 .../java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java   | 1 +
 .../src/main/java/org/apache/iotdb/commons/pipe/config/PipeConfig.java   | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
 
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
index 005db9050ff..e1e013ea961 100644
--- 
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
+++ 
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
@@ -461,6 +461,7 @@ public abstract class AbstractNodeWrapper implements 
BaseNodeWrapper {
               "-XX:MaxDirectMemorySize=" + jvmConfig.getMaxDirectMemorySize() 
+ "m",
               "-Djdk.nio.maxCachedBufferSize=262144",
               "-D" + IoTDBConstant.INTEGRATION_TEST_KILL_POINTS + "=" + 
killPoints.toString(),
+              "-Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8",
               "-cp",
               server_node_lib_path));
       addStartCmdParams(startCmd);
diff --git 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/PipeConfig.java
 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/PipeConfig.java
index 44e0004dc3e..966b22b5d15 100644
--- 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/PipeConfig.java
+++ 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/PipeConfig.java
@@ -616,6 +616,7 @@ public class PipeConfig {
 
     LOGGER.info("PipeAirGapReceiverEnabled: {}", 
getPipeAirGapReceiverEnabled());
     LOGGER.info("PipeAirGapReceiverPort: {}", getPipeAirGapReceiverPort());
+    LOGGER.info("PipeAirGapSinkTabletTimeoutMs: {}", 
getPipeAirGapSinkTabletTimeoutMs());
 
     LOGGER.info(
         "PipeReceiverLoginPeriodicVerificationIntervalMs: {}",

Reply via email to