File tree Expand file tree Collapse file tree
integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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: {}" ,
You can’t perform that action at this time.
0 commit comments