Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/UserGuide/Master/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ The schema and auth synchronization functions have the following limitations:

Data synchronization tasks have three states: RUNNING, STOPPED, and DROPPED. The task state transitions are shown in the following diagram:

![](https://alioss.timecho.com/docs/img/sync_en_02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync02.png)

After creation, the task will start directly, and when the task stops abnormally, the system will automatically attempt to restart the task.

Provide the following SQL statements for state management of synchronization tasks.

Expand Down Expand Up @@ -120,7 +122,7 @@ WITH SINK (

### Start Task

After creation, the task will not be processed immediately and needs to be started. Use the `START PIPE` statement to start the task and begin processing data:
Start processing data:

```SQL
START PIPE<PipeId>
Expand Down
6 changes: 4 additions & 2 deletions src/UserGuide/Master/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ The schema and auth synchronization functions have the following limitations:

Data synchronization tasks have three states: RUNNING, STOPPED, and DROPPED. The task state transitions are shown in the following diagram:

![](https://alioss.timecho.com/docs/img/sync_en_02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync02.png)

After creation, the task will start directly, and when the task stops abnormally, the system will automatically attempt to restart the task.

Provide the following SQL statements for state management of synchronization tasks.

Expand Down Expand Up @@ -122,7 +124,7 @@ WITH SINK (

### Start Task

After creation, the task will not be processed immediately and needs to be started. Use the `START PIPE` statement to start the task and begin processing data:
Start processing data:

```SQL
START PIPE<PipeId>
Expand Down
13 changes: 12 additions & 1 deletion src/UserGuide/V1.3.0-2/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,18 @@ The schema and auth synchronization functions have the following limitations:

Data synchronization tasks have three states: RUNNING, STOPPED, and DROPPED. The task state transitions are shown in the following diagram:

V1.3.0 and earlier versions:

After creation, it will not start immediately and needs to execute the `START PIPE` statement to start the task.

![](https://alioss.timecho.com/docs/img/sync_en_02.png)

V1.3.1 and later versions:

After creation, the task will start directly, and when the task stops abnormally, the system will automatically attempt to restart the task.

![](https://alioss.timecho.com/docs/img/Data-Sync02.png)

Provide the following SQL statements for state management of synchronization tasks.

### Create Task
Expand All @@ -120,7 +130,8 @@ WITH SINK (

### Start Task

After creation, the task will not be processed immediately and needs to be started. Use the `START PIPE` statement to start the task and begin processing data:
Start processing data:


```SQL
START PIPE<PipeId>
Expand Down
13 changes: 12 additions & 1 deletion src/UserGuide/V1.3.0-2/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,19 @@ The schema and auth synchronization functions have the following limitations:

Data synchronization tasks have three states: RUNNING, STOPPED, and DROPPED. The task state transitions are shown in the following diagram:


V1.3.0 and earlier versions:

After creation, it will not start immediately and needs to execute the `START PIPE` statement to start the task.

![](https://alioss.timecho.com/docs/img/sync_en_02.png)

V1.3.1 and later versions:

After creation, the task will start directly, and when the task stops abnormally, the system will automatically attempt to restart the task.

![](https://alioss.timecho.com/docs/img/Data-Sync02.png)

Provide the following SQL statements for state management of synchronization tasks.

### Create Task
Expand All @@ -122,7 +133,7 @@ WITH SINK (

### Start Task

After creation, the task will not be processed immediately and needs to be started. Use the `START PIPE` statement to start the task and begin processing data:
Start processing data:

```SQL
START PIPE<PipeId>
Expand Down
6 changes: 4 additions & 2 deletions src/UserGuide/latest/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ The schema and auth synchronization functions have the following limitations:

Data synchronization tasks have three states: RUNNING, STOPPED, and DROPPED. The task state transitions are shown in the following diagram:

![](https://alioss.timecho.com/docs/img/sync_en_02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync02.png)

After creation, the task will start directly, and when the task stops abnormally, the system will automatically attempt to restart the task.

Provide the following SQL statements for state management of synchronization tasks.

Expand Down Expand Up @@ -120,7 +122,7 @@ WITH SINK (

### Start Task

After creation, the task will not be processed immediately and needs to be started. Use the `START PIPE` statement to start the task and begin processing data:
Start processing data:

```SQL
START PIPE<PipeId>
Expand Down
6 changes: 4 additions & 2 deletions src/UserGuide/latest/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ The schema and auth synchronization functions have the following limitations:

Data synchronization tasks have three states: RUNNING, STOPPED, and DROPPED. The task state transitions are shown in the following diagram:

![](https://alioss.timecho.com/docs/img/sync_en_02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync02.png)

After creation, the task will start directly, and when the task stops abnormally, the system will automatically attempt to restart the task.

Provide the following SQL statements for state management of synchronization tasks.

Expand Down Expand Up @@ -122,7 +124,7 @@ WITH SINK (

### Start Task

After creation, the task will not be processed immediately and needs to be started. Use the `START PIPE` statement to start the task and begin processing data:
Start processing data:

```SQL
START PIPE<PipeId>
Expand Down
6 changes: 4 additions & 2 deletions src/zh/UserGuide/Master/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@

数据同步任务有三种状态:RUNNING、STOPPED 和 DROPPED。任务状态转换如下图所示:

![](https://alioss.timecho.com/docs/img/dataSync02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync01.png)

创建后任务会直接启动,同时当任务发生异常停止后,系统会自动尝试重启任务。

提供以下 SQL 语句对同步任务进行状态管理。

Expand Down Expand Up @@ -119,7 +121,7 @@ WITH SINK (

### 开始任务

创建之后,任务不会立即被处理,需要启动任务。使用`START PIPE`语句来启动任务,从而开始处理数据
开始处理数据

```SQL
START PIPE<PipeId>
Expand Down
6 changes: 4 additions & 2 deletions src/zh/UserGuide/Master/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@

数据同步任务有三种状态:RUNNING、STOPPED 和 DROPPED。任务状态转换如下图所示:

![](https://alioss.timecho.com/docs/img/dataSync02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync01.png)

创建后任务会直接启动,同时当任务发生异常停止后,系统会自动尝试重启任务。

提供以下 SQL 语句对同步任务进行状态管理。

Expand Down Expand Up @@ -121,7 +123,7 @@ WITH SINK (

### 开始任务

创建之后,任务不会立即被处理,需要启动任务。使用`START PIPE`语句来启动任务,从而开始处理数据
开始处理数据

```SQL
START PIPE<PipeId>
Expand Down
12 changes: 11 additions & 1 deletion src/zh/UserGuide/V1.3.0-2/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,18 @@

数据同步任务有三种状态:RUNNING、STOPPED 和 DROPPED。任务状态转换如下图所示:

V1.3.0及之前版本:

在创建后不会立即启动,需要执行`START PIPE`语句启动任务。

![](https://alioss.timecho.com/docs/img/dataSync02.png)

V1.3.1及之后版本:

创建后任务会直接启动,同时当任务发生异常停止后,系统会自动尝试重启任务。

![](https://alioss.timecho.com/docs/img/Data-Sync01.png)

提供以下 SQL 语句对同步任务进行状态管理。

### 创建任务
Expand All @@ -119,7 +129,7 @@ WITH SINK (

### 开始任务

创建之后,任务不会立即被处理,需要启动任务。使用`START PIPE`语句来启动任务,从而开始处理数据
开始处理数据

```SQL
START PIPE<PipeId>
Expand Down
12 changes: 11 additions & 1 deletion src/zh/UserGuide/V1.3.0-2/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,18 @@

数据同步任务有三种状态:RUNNING、STOPPED 和 DROPPED。任务状态转换如下图所示:

V1.3.0及之前版本:

在创建后不会立即启动,需要执行`START PIPE`语句启动任务。

![](https://alioss.timecho.com/docs/img/dataSync02.png)

V1.3.1及之后版本:

创建后任务会直接启动,同时当任务发生异常停止后,系统会自动尝试重启任务。

![](https://alioss.timecho.com/docs/img/Data-Sync01.png)

提供以下 SQL 语句对同步任务进行状态管理。

### 创建任务
Expand All @@ -121,7 +131,7 @@ WITH SINK (

### 开始任务

创建之后,任务不会立即被处理,需要启动任务。使用`START PIPE`语句来启动任务,从而开始处理数据
开始处理数据

```SQL
START PIPE<PipeId>
Expand Down
6 changes: 4 additions & 2 deletions src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@

数据同步任务有三种状态:RUNNING、STOPPED 和 DROPPED。任务状态转换如下图所示:

![](https://alioss.timecho.com/docs/img/dataSync02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync01.png)

创建后任务会直接启动,同时当任务发生异常停止后,系统会自动尝试重启任务。

提供以下 SQL 语句对同步任务进行状态管理。

Expand Down Expand Up @@ -119,7 +121,7 @@ WITH SINK (

### 开始任务

创建之后,任务不会立即被处理,需要启动任务。使用`START PIPE`语句来启动任务,从而开始处理数据
开始处理数据

```SQL
START PIPE<PipeId>
Expand Down
6 changes: 4 additions & 2 deletions src/zh/UserGuide/latest/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@

数据同步任务有三种状态:RUNNING、STOPPED 和 DROPPED。任务状态转换如下图所示:

![](https://alioss.timecho.com/docs/img/dataSync02.png)
![](https://alioss.timecho.com/docs/img/Data-Sync01.png)

创建后任务会直接启动,同时当任务发生异常停止后,系统会自动尝试重启任务。

提供以下 SQL 语句对同步任务进行状态管理。

Expand Down Expand Up @@ -121,7 +123,7 @@ WITH SINK (

### 开始任务

创建之后,任务不会立即被处理,需要启动任务。使用`START PIPE`语句来启动任务,从而开始处理数据
开始处理数据

```SQL
START PIPE<PipeId>
Expand Down