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

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


The following commit(s) were added to refs/heads/master by this push:
     new 55611f1b7bb Fixed the default string charset in CI (#17354)
55611f1b7bb is described below

commit 55611f1b7bbbc0cbff1a1e7bc7e69043fbd9a007
Author: Caideyipi <[email protected]>
AuthorDate: Thu Mar 26 09:26:48 2026 +0800

    Fixed the default string charset in CI (#17354)
    
    * 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 9953ba65371..2ff390a8e83 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
@@ -527,6 +527,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 09325cc959b..ebe953767ac 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