This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new f4b2cfaa add sink.load-tsfile-strategy to tree model of 13x (#932)
f4b2cfaa is described below
commit f4b2cfaa62e3551d64a31e886ac8c45e2d4cd246
Author: leto-b <[email protected]>
AuthorDate: Mon Jan 5 10:38:40 2026 +0800
add sink.load-tsfile-strategy to tree model of 13x (#932)
---
src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md | 2 ++
src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md | 4 ++++
src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md | 4 +++-
src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md | 3 +++
src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md | 3 +++
src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md | 6 +++++-
src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md | 2 ++
src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md | 3 +++
8 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
index 6f726a4d..c7465283 100644
--- a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
+++ b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
@@ -554,6 +554,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode
is enabled, it represents the maximum batch size for a batch of data (unit:
byte) | Long |
Optional | 16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
#### iotdb-thrift-ssl-sink
@@ -565,5 +566,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode is
enabled, it represents the maximum batch size for a batch of data (unit: byte)
| Long | Optional
| 16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
| ssl.trust-store-path | The trust store certificate path required to
connect to the target DataNode | String: certificate
directory name, when configured as a relative directory, it is relative to the
IoTDB root directory. Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667'| Required | - |
| ssl.trust-store-pwd | The trust store certificate password required to
connect to the target DataNode | Integer
| Required | - |
diff --git a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
index dc0d6573..da7d96a5 100644
--- a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
+++ b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
@@ -637,6 +637,8 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode
is enabled, it represents the maximum batch size for a batch of data (unit:
byte) | Long |
Optional | 16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
+
#### iotdb-air-gap-sink
@@ -645,6 +647,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| sink | iotdb-air-gap-sink
| String: iotdb-air-gap-sink
| Required | - |
| node-urls | The URL of the data service port of any
DataNode nodes on the target IoTDB | String. Example:
:'127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | Required
| - |
| air-gap.handshake-timeout-ms | The timeout duration of the handshake request
when the sender and receiver first attempt to establish a connection, unit: ms
| Integer | Optional |
5000 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
#### iotdb-thrift-ssl-sink
@@ -656,5 +659,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode is
enabled, it represents the maximum batch size for a batch of data (unit: byte)
| Long | Optional
| 16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
| ssl.trust-store-path | The trust store certificate path required to
connect to the target DataNode | String: certificate
directory name, when configured as a relative directory, it is relative to the
IoTDB root directory. Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667'| Required | - |
| ssl.trust-store-pwd | The trust store certificate password required to
connect to the target DataNode | Integer
| Required | - |
diff --git a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
index dbaf6efe..93dd81d2 100644
--- a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
+++ b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
@@ -545,7 +545,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
#### iotdb-thrift-sink
-
| key | value
| value Range
| required or not | Default
Value |
| :---------------------------
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
:------- | :----------- |
| sink | iotdb-thrift-sink or iotdb-thrift-async-sink
| String: iotdb-thrift-sink or
iotdb-thrift-async-sink | Required |
|
@@ -554,6 +553,8 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode
is enabled, it represents the maximum batch size for a batch of data (unit:
byte) | Long
| Optional |
16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
+
#### iotdb-thrift-ssl-sink
@@ -565,5 +566,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode is
enabled, it represents the maximum batch size for a batch of data (unit: byte)
| Long | Optional
| 16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
| ssl.trust-store-path | The trust store certificate path required to
connect to the target DataNode | String: certificate
directory name, when configured as a relative directory, it is relative to the
IoTDB root directory. Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667'| Required | - |
| ssl.trust-store-pwd | The trust store certificate password required to
connect to the target DataNode | Integer
| Required | - |
diff --git a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
index dc0d6573..dd4b5b8f 100644
--- a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
+++ b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
@@ -637,6 +637,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode
is enabled, it represents the maximum batch size for a batch of data (unit:
byte) | Long |
Optional | 16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
#### iotdb-air-gap-sink
@@ -645,6 +646,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| sink | iotdb-air-gap-sink
| String: iotdb-air-gap-sink
| Required | - |
| node-urls | The URL of the data service port of any
DataNode nodes on the target IoTDB | String. Example:
:'127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | Required
| - |
| air-gap.handshake-timeout-ms | The timeout duration of the handshake request
when the sender and receiver first attempt to establish a connection, unit: ms
| Integer | Optional |
5000 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
#### iotdb-thrift-ssl-sink
@@ -656,5 +658,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: s) | Integer
| Optional | 1 |
| batch.max-delay-ms | Effective when batched log transmission mode is
enabled, it represents the maximum waiting time for a batch of data before
sending (unit: ms) (Available since v1.3.6) | Integer
| Optional | 1
|
| batch.size-bytes | Effective when batched log transmission mode is
enabled, it represents the maximum batch size for a batch of data (unit: byte)
| Long | Optional
| 16*1024*1024 |
+| load-tsfile-strategy | When synchronizing file data, whether the
receiver waits for the local load tsfile operation to complete before
responding to the sender:<br>sync: Wait for the local load tsfile operation to
complete before returning the response.<br>async: Do not wait for the local
load tsfile operation to complete; return the response immediately. (Available
since v1.3.6)
[...]
| ssl.trust-store-path | The trust store certificate path required to
connect to the target DataNode | String: certificate
directory name, when configured as a relative directory, it is relative to the
IoTDB root directory. Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667'| Required | - |
| ssl.trust-store-pwd | The trust store certificate password required to
connect to the target DataNode | Integer
| Required | - |
diff --git a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
index 59c2f5e4..b8cc41c7 100644
--- a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
+++ b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
@@ -548,6 +548,8 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s) | Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte) | Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
+
#### iotdb-thrift-ssl-sink
@@ -559,6 +561,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s) | Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte) | Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
| ssl.trust-store-path | 连接目标端 DataNode 所需的 trust store 证书路径 |
String.Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667' | 必填 | - |
| ssl.trust-store-pwd | 连接目标端 DataNode 所需的 trust store 证书密码 |
Integer | 必填 | -
|
diff --git a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
index 70afcf90..ede5dba3 100644
--- a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
+++ b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
@@ -632,14 +632,17 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s)
| Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte)
| Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
+
#### iotdb-air-gap-sink
| key | value
| value 取值范围 |
是否必填 | 默认取值 |
-| ---------------------------- |
------------------------------------------------------------ |
------------------------------------------------------------ | -------- |
-------- |
+|------------------------------|
------------------------------------------------------------ |
------------------------------------------------------------ | -------- |
-------- |
| sink | iotdb-air-gap-sink
| String: iotdb-air-gap-sink |
必填 | - |
| node-urls | 目标端 IoTDB 任意多个 DataNode 节点的数据服务端口的 url |
String. 例:'127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | 必填
| - |
| air-gap.handshake-timeout-ms | 发送端与接收端在首次尝试建立连接时握手请求的超时时长,单位:毫秒 | Integer
| 选填 | 5000 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
#### iotdb-thrift-ssl-sink
@@ -651,5 +654,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s) | Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte) | Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
| ssl.trust-store-path | 连接目标端 DataNode 所需的 trust store 证书路径 |
String.Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667' | 必填 | - |
| ssl.trust-store-pwd | 连接目标端 DataNode 所需的 trust store 证书密码 |
Integer | 必填 | -
|
diff --git a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
index 59c2f5e4..072e3636 100644
--- a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
+++ b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
@@ -548,6 +548,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s) | Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte) | Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
#### iotdb-thrift-ssl-sink
@@ -559,6 +560,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s) | Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte) | Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
| ssl.trust-store-path | 连接目标端 DataNode 所需的 trust store 证书路径 |
String.Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667' | 必填 | - |
| ssl.trust-store-pwd | 连接目标端 DataNode 所需的 trust store 证书密码 |
Integer | 必填 | -
|
diff --git a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
index 632fe766..98c69cc5 100644
--- a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
+++ b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
@@ -632,6 +632,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s) | Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte) | Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
#### iotdb-air-gap-sink
@@ -640,6 +641,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| sink | iotdb-air-gap-sink
| String: iotdb-air-gap-sink |
必填 | - |
| node-urls | 目标端 IoTDB 任意多个 DataNode 节点的数据服务端口的 url |
String. 例:'127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | 必填
| - |
| air-gap.handshake-timeout-ms | 发送端与接收端在首次尝试建立连接时握手请求的超时时长,单位:毫秒 | Integer
| 选填 | 5000 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
#### iotdb-thrift-ssl-sink
@@ -651,5 +653,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
| batch.max-delay-seconds | 在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:s) | Integer
| 选填 | 1 |
| batch.max-delay-ms |
在开启日志攒批发送模式时生效,表示一批数据在发送前的最长等待时间(单位:ms)(V1.3.6及以后的V1.x版本支持) | Integer
| 选填 | 1
|
| batch.size-bytes | 在开启日志攒批发送模式时生效,表示一批数据最大的攒批大小(单位:byte) | Long
| 选填 | 16*1024*1024 |
+| load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile
执行结果返回。<br>sync:等待本地的 load tsfile 执行结果返回;<br>async:不等待本地的 load tsfile
执行结果返回。(V1.3.6及以后的V1.x版本支持) | String: sync / async | 选填
| sync |
| ssl.trust-store-path | 连接目标端 DataNode 所需的 trust store 证书路径 |
String.Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669',
'127.0.0.1:6667' | 必填 | - |
| ssl.trust-store-pwd | 连接目标端 DataNode 所需的 trust store 证书密码 |
Integer | 必填 | -
|