Skip to content

Commit 3513271

Browse files
committed
remove double-living from apache
1 parent adfe0c9 commit 3513271

File tree

8 files changed

+2
-15
lines changed

8 files changed

+2
-15
lines changed

src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,7 @@ This example demonstrates cascading data transmission from IoTDB A to IoTDB B an
348348

349349
![](/img/sync_en_04.png)
350350

351-
To synchronize data from cluster A to cluster C, the `source.mode.double-living` parameter is set to `true` in the pipe between B and C.
352-
351+
353352
SQL Example: On IoTDB A:
354353

355354
```SQL
@@ -485,7 +484,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
485484
| table-name | When the user connects with `sql_dialect` set to `table`, this parameter can be specified. Determines the scope of data capture, affecting the `data` in `inclusion`. Specifies the table name to filter. It can be a specific table name or a Java-style regular expression to match multiple tables. By default, all tables are matched. | String: Data table name or data table regular expression pattern string, which can be uncreated or non - existent tables. | No | ".*" |
486485
| start-time | Determines the scope of data capture, affecting the `data` in `inclusion`. Data with an event time **greater than or equal to** this parameter will be selected for stream processing in the pipe. | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp)orString: ISO format timestamp supported by IoTDB | No | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp) |
487486
| end-time | Determines the scope of data capture, affecting the `data` in `inclusion`. Data with an event time **less than or equal to** this parameter will be selected for stream processing in the pipe. | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp)orString: ISO format timestamp supported by IoTDB | No | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp) |
488-
| mode.double-living | Whether to enable full dual-active mode. When enabled, the system will ignore the `-sql_dialect` connection method to capture all tree-table model data and not forward data synced from another pipe (to avoid circular synchronization). | Boolean: true / false | No | false |
489487

490488
> 💎 **Note:** The difference between the values of true and false for the data extraction mode `mode.streaming`
491489
>

src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,7 @@ This example demonstrates cascading data transmission from IoTDB A to IoTDB B an
393393

394394
![](/img/sync_en_04.png)
395395

396-
To synchronize data from cluster A to cluster C, the `source.mode.double-living` parameter is set to `true` in the pipe between B and C.
397-
396+
398397
SQL Example: On IoTDB A:
399398

400399
```SQL

src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ This example demonstrates cascading data transmission from IoTDB A to IoTDB B an
348348

349349
![](/img/sync_en_04.png)
350350

351-
To synchronize data from cluster A to cluster C, the `source.mode.double-living` parameter is set to `true` in the pipe between B and C.
352351

353352
SQL Example: On IoTDB A:
354353

@@ -485,7 +484,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
485484
| table-name | When the user connects with `sql_dialect` set to `table`, this parameter can be specified. Determines the scope of data capture, affecting the `data` in `inclusion`. Specifies the table name to filter. It can be a specific table name or a Java-style regular expression to match multiple tables. By default, all tables are matched. | String: Data table name or data table regular expression pattern string, which can be uncreated or non - existent tables. | No | ".*" |
486485
| start-time | Determines the scope of data capture, affecting the `data` in `inclusion`. Data with an event time **greater than or equal to** this parameter will be selected for stream processing in the pipe. | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp)orString: ISO format timestamp supported by IoTDB | No | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp) |
487486
| end-time | Determines the scope of data capture, affecting the `data` in `inclusion`. Data with an event time **less than or equal to** this parameter will be selected for stream processing in the pipe. | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp)orString: ISO format timestamp supported by IoTDB | No | Long: [Long.MIN_VALUE, Long.MAX_VALUE](Unix bare timestamp) |
488-
| mode.double-living | Whether to enable full dual-active mode. When enabled, the system will ignore the `-sql_dialect` connection method to capture all tree-table model data and not forward data synced from another pipe (to avoid circular synchronization). | Boolean: true / false | No | false |
489487

490488
> 💎 **Note:** The difference between the values of true and false for the data extraction mode `mode.streaming`
491489
>

src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ This example demonstrates cascading data transmission from IoTDB A to IoTDB B an
393393

394394
![](/img/sync_en_04.png)
395395

396-
To synchronize data from cluster A to cluster C, the `source.mode.double-living` parameter is set to `true` in the pipe between B and C.
397396

398397
SQL Example: On IoTDB A:
399398

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ with sink (
342342

343343
![](/img/1706698610134.jpg)
344344

345-
在这个例子中,为了将 A 集群的数据同步至 C,在 BC 之间的 pipe 需要将 `source.mode.double-living` 配置为`true`,详细语句如下:
346345

347346
在 A IoTDB 上执行下列语句,将 A 中数据同步至 B:
348347

@@ -476,7 +475,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
476475
| table-name | 当用户连接指定的 sql_dialect 为 table 时可以指定。此参数决定时序数据的捕获范围,影响`inclusion`中的`data`数据。表示要过滤的表的名称。它可以是具体的表名,也可以是 Java 风格正则表达式来匹配多个表。默认情况下,匹配所有的表。 | String:数据表名或数据表正则模式串,可以是未创建的、不存在的表 || ".*" |
477476
| start-time | 此参数决定时序数据的捕获范围,影响`inclusion`中的`data`数据。当数据的 event time 大于等于该参数时,数据会被筛选出来进入流处理 pipe。 | Long: [Long.MIN_VALUE, Long.MAX_VALUE] (unix 裸时间戳)或 String:IoTDB 支持的 ISO 格式时间戳 || Long.MIN_VALUE(unix 裸时间戳) |
478477
| end-time | 此参数决定时序数据的捕获范围,影响`inclusion`中的`data`数据。当数据的 event time 小于等于该参数时,数据会被筛选出来进入流处理 pipe。 | Long: [Long.MIN_VALUE, Long.MAX_VALUE](unix 裸时间戳)或String:IoTDB 支持的 ISO 格式时间戳 || Long.MAX_VALUE(unix 裸时间戳) |
479-
| mode.double-living | 是否开启全量双活模式,开启后将忽略`-sql_dialect`连接方式,树表模型数据均会被捕获,且不会转发由另一pipe同步而来的数据。 | Boolean: true / false || false |
480478

481479
> 💎 **说明:数据抽取模式 mode.streaming 取值 true 和 false 的差异**
482480
> - **true(推荐)**:该取值下,任务将对数据进行实时处理、发送,其特点是高时效、低吞吐

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ with sink (
391391

392392
![](/img/1706698610134.jpg)
393393

394-
在这个例子中,为了将 A 集群的数据同步至 C,在 BC 之间的 pipe 需要将 `source.mode.double-living` 配置为`true`,详细语句如下:
395-
396394
在 A IoTDB 上执行下列语句,将 A 中数据同步至 B:
397395

398396
```SQL

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ with sink (
342342

343343
![](/img/1706698610134.jpg)
344344

345-
在这个例子中,为了将 A 集群的数据同步至 C,在 BC 之间的 pipe 需要将 `source.mode.double-living` 配置为`true`,详细语句如下:
346345

347346
在 A IoTDB 上执行下列语句,将 A 中数据同步至 B:
348347

@@ -476,7 +475,6 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
476475
| table-name | 当用户连接指定的 sql_dialect 为 table 时可以指定。此参数决定时序数据的捕获范围,影响`inclusion`中的`data`数据。表示要过滤的表的名称。它可以是具体的表名,也可以是 Java 风格正则表达式来匹配多个表。默认情况下,匹配所有的表。 | String:数据表名或数据表正则模式串,可以是未创建的、不存在的表 || ".*" |
477476
| start-time | 此参数决定时序数据的捕获范围,影响`inclusion`中的`data`数据。当数据的 event time 大于等于该参数时,数据会被筛选出来进入流处理 pipe。 | Long: [Long.MIN_VALUE, Long.MAX_VALUE] (unix 裸时间戳)或 String:IoTDB 支持的 ISO 格式时间戳 || Long.MIN_VALUE(unix 裸时间戳) |
478477
| end-time | 此参数决定时序数据的捕获范围,影响`inclusion`中的`data`数据。当数据的 event time 小于等于该参数时,数据会被筛选出来进入流处理 pipe。 | Long: [Long.MIN_VALUE, Long.MAX_VALUE](unix 裸时间戳)或String:IoTDB 支持的 ISO 格式时间戳 || Long.MAX_VALUE(unix 裸时间戳) |
479-
| mode.double-living | 是否开启全量双活模式,开启后将忽略`-sql_dialect`连接方式,树表模型数据均会被捕获,且不会转发由另一pipe同步而来的数据。 | Boolean: true / false || false |
480478

481479
> 💎 **说明:数据抽取模式 mode.streaming 取值 true 和 false 的差异**
482480
> - **true(推荐)**:该取值下,任务将对数据进行实时处理、发送,其特点是高时效、低吞吐

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ with sink (
391391

392392
![](/img/1706698610134.jpg)
393393

394-
在这个例子中,为了将 A 集群的数据同步至 C,在 BC 之间的 pipe 需要将 `source.mode.double-living` 配置为`true`,详细语句如下:
395394

396395
在 A IoTDB 上执行下列语句,将 A 中数据同步至 B:
397396

0 commit comments

Comments
 (0)