wanghui42 commented on code in PR #169: URL: https://github.com/apache/iotdb-docs/pull/169#discussion_r1520830063
########## src/zh/UserGuide/Master/User-Manual/Streaming.md: ########## @@ -711,22 +701,23 @@ SHOW PIPES SHOW PIPE <PipeId> ``` -您也可以通过 where 子句,判断某个 \<PipeId\> 使用的 Pipe Connector 被复用的情况。 +您也可以通过 where 子句,判断某个 \<PipeId\> 使用的 Pipe Sink 被复用的情况。 ```sql SHOW PIPES -WHERE CONNECTOR USED BY <PipeId> +WHERE SINK USED BY <PipeId> ``` ### 流处理任务运行状态迁移 -一个流处理 pipe 在其被管理的生命周期中会经过多种状态: +一个流处理 pipe 在其生命周期中会经过多种状态: - **STOPPED:** pipe 处于停止运行状态。当管道处于该状态时,有如下几种可能: - - 当一个 pipe 被成功创建之后,其初始状态为暂停状态 + - 当一个 pipe 被成功创建之后,其初始状态为暂停状态(V1.3.0) - 用户手动将一个处于正常运行状态的 pipe 暂停,其状态会被动从 RUNNING 变为 STOPPED - 当一个 pipe 运行过程中出现无法恢复的错误时,其状态会自动从 RUNNING 变为 STOPPED - **RUNNING:** pipe 正在正常工作 + - 当一个 pipe 被成功创建之后,其初始状态为工作状态(V1.3.1+) Review Comment: 既然是master最新版本,建议把1.3.1特性放到最前面,和1.3.0这句调换顺序 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
