AhahaGe commented on a change in pull request #136:
URL: 
https://github.com/apache/incubator-dolphinscheduler-website/pull/136#discussion_r456792144



##########
File path: docs/zh-cn/release/faq.md
##########
@@ -275,3 +281,271 @@ A : 将 hive pom
     <version>1.1.0</version>
 </dependency>
 ```
+
+---
+
+## Q:如何增加一台工作服务器
+A: 
1,参考官网[部署文档](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html)
 1.3 小节,创建部署用户和 hosts 映射
+
+​              
2,参考官网[部署文档](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/cluster-deployment.html)
 1.4 小节,配置 hosts 映射和 ssh 打通及修改目录权限.
+          1.4 小节的最后一步是在当前新增机器上执行的,即需要给部署目录部署用户的权限
+
+​              3,复制正在运行的服务器上的部署目录到新机器的同样的部署目录下
+
+​              4,到 bin 下,启动 worker server 和 logger server
+```
+        ./dolphinscheduler-daemon.sh start worker-server
+        ./dolphinscheduler-daemon.sh start logger-server
+```
+
+---
+
+## Q:DolphinScheduler 什么时候发布新版本,同时新旧版本区别,以及如何升级,版本号规范 
+A:1,Apache 项目的发版流程是通过邮件列表完成的。 你可以订阅 DolphinScheduler 
的邮件列表,订阅之后如果有发版,你就可以收到邮件。请参照这篇[指引](https://github.com/apache/incubator-dolphinscheduler#get-help)来订阅
 DolphinScheduler 的邮件列表。
+
+   2,当项目发版的时候,会有发版说明告知具体的变更内容,同时也会有从旧版本升级到新版本的升级文档。
+   
+   3,版本号为 x.y.z, 当 x 增加时代表全新架构的版本。当 y 增加时代表与 y 版本之前的不兼容需要升级脚本或其他人工处理才能升级。当 z 
增加代表是 bug 修复,升级完全兼容。无需额外处理。之前有个问题 1.0.2 的升级不兼容 1.0.1 需要升级脚本。
+
+---
+
+## Q:后续任务在前置任务失败情况下仍旧可以执行
+A:在启动工作流的时候,你可以设置失败策略:继续还是失败。
+![设置任务失败策略](https://user-images.githubusercontent.com/15833811/80368215-ee378080-88be-11ea-9074-01a33d012b23.png)
+
+---
+
+## Q:工作流模板 DAG、工作流实例、工作任务及实例之间是什么关系 工作流模板 DAG、工作流实例、工作任务及实例之间是什么关系
+A:1,一个 dag 支持最大并发 100?是指产生 100 个工作流实例并发运行吗?

Review comment:
       fiexed




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to