This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch utf-8-13
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/utf-8-13 by this push:
new 61d93330264 utf
61d93330264 is described below
commit 61d933302647abb2a5a0b587f616c1c8a284bcf7
Author: Caideyipi <[email protected]>
AuthorDate: Wed Mar 25 17:17:41 2026 +0800
utf
---
.../java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java | 1 +
1 file changed, 1 insertion(+)
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);