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
4 changes: 4 additions & 0 deletions docs/en/administrator-guide/load-data/routine-load-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ The user can control the stop, pause and restart of the job by the three command
|3| Yes | No | No | The system will start consumption from the OFFSET_END of the specified partition |
|4| Yes | Yes | No | The system will start consumption from the specified offset of the specified partition |
|5| Yes | No | Yes | The system will start consumption from the specified partition and the location specified by the default offset |

7. The difference between STOP and PAUSE

the FE will automatically clean up stopped ROUTINE LOAD,while paused ROUTINE LOAD can be resumed

## Related parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或
|3| Yes | No | No | 系统会从指定分区的 OFFSET_END 开始消费 |
|4| Yes | Yes | No | 系统会从指定分区的指定offset 处开始消费 |
|5| Yes | No | Yes | 系统会从指定分区,default offset 指定的位置开始消费 |

7. STOP和PAUSE的区别

FE会自动定期清理STOP状态的ROUTINE LOAD,而PAUSE状态的则可以再次被恢复启用。

## 相关参数

Expand Down