CalvinKirs commented on a change in pull request #421:
URL:
https://github.com/apache/dolphinscheduler-website/pull/421#discussion_r691762623
##########
File path: blog/zh-cn/architecture-design.md
##########
@@ -60,47 +59,45 @@
- **MasterTaskExecThread**主要负责任务的持久化
-* **WorkerServer**
+* **WorkerServer**
-
WorkerServer也采用分布式无中心设计理念,WorkerServer主要负责任务的执行和提供日志服务。WorkerServer服务启动时向Zookeeper注册临时节点,并维持心跳。
+ WorkerServer采用无中心设计,Worker去数据库操作,只负责任务运行,职责更加单一。
+ Worker节点负责均衡策略:随机、循环及cpu和内存的线性加权负载均衡。
+
Review comment:
typo~
--
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]