CalvinKirs commented on a change in pull request #421:
URL: 
https://github.com/apache/dolphinscheduler-website/pull/421#discussion_r691762908



##########
File path: blog/zh-cn/architecture-design.md
##########
@@ -45,10 +45,9 @@
 
 #### 2.2 架构说明
 
-* **MasterServer** 
+* **MasterServer**
 
-    MasterServer采用分布式无中心设计理念,MasterServer主要负责 DAG 
任务切分、任务提交监控,并同时监听其它MasterServer和WorkerServer的健康状态。
-    MasterServer服务启动时向Zookeeper注册临时节点,通过监听Zookeeper临时节点变化来进行容错处理。
+    MasterServer采用无中心设计,Master多种策略分发任务,Master和Worker直接通信进行任务分配,降低延时。

Review comment:
       Reducing latency is not the goal, nor the result.




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


Reply via email to