Skip to content

Commit 7475bd4

Browse files
authored
[To dev/1.3] Fixed the default string charset in CI (#17357)
* utf * logg
1 parent 044620e commit 7475bd4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ public void start() {
461461
"-XX:MaxDirectMemorySize=" + jvmConfig.getMaxDirectMemorySize() + "m",
462462
"-Djdk.nio.maxCachedBufferSize=262144",
463463
"-D" + IoTDBConstant.INTEGRATION_TEST_KILL_POINTS + "=" + killPoints.toString(),
464+
"-Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8",
464465
"-cp",
465466
server_node_lib_path));
466467
addStartCmdParams(startCmd);

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/PipeConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ public void printAllConfigs() {
616616

617617
LOGGER.info("PipeAirGapReceiverEnabled: {}", getPipeAirGapReceiverEnabled());
618618
LOGGER.info("PipeAirGapReceiverPort: {}", getPipeAirGapReceiverPort());
619+
LOGGER.info("PipeAirGapSinkTabletTimeoutMs: {}", getPipeAirGapSinkTabletTimeoutMs());
619620

620621
LOGGER.info(
621622
"PipeReceiverLoginPeriodicVerificationIntervalMs: {}",

0 commit comments

Comments
 (0)