You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/08/01 06:31:47 UTC

[GitHub] [dolphinscheduler-website] Tandoy opened a new pull request #415: [Imporvement][Doc] /development/architecture-design.html

Tandoy opened a new pull request #415:
URL: https://github.com/apache/dolphinscheduler-website/pull/415


   ·Modify the zk node error in the framework design module distributed_lock.png of the developer guide
   ·There are some Chinese words in the picture of the modified English document
   ·Adjust the size of related pictures to make them look clearer


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler-website] CalvinKirs merged pull request #415: [Imporvement][Doc] /development/architecture-design.html

Posted by GitBox <gi...@apache.org>.
CalvinKirs merged pull request #415:
URL: https://github.com/apache/dolphinscheduler-website/pull/415


   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler-website] ruanwenjun commented on pull request #415: [Imporvement][Doc] /development/architecture-design.html

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on pull request #415:
URL: https://github.com/apache/dolphinscheduler-website/pull/415#issuecomment-890533616


   @Tandoy Hi, there may be some changes needed.
   ![image](https://user-images.githubusercontent.com/22415594/127775080-5c838d6f-c3c0-4fb4-b210-7a03de10ac2d.png)
   
   ![image](https://user-images.githubusercontent.com/22415594/127775230-9ad00f4a-d5d1-4487-8fa3-f71554c716e1.png)
   
   And can we resize the image, it's too small and cannot read the words on it.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler-website] ruanwenjun commented on a change in pull request #415: [Imporvement][Doc] /development/architecture-design.html

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on a change in pull request #415:
URL: https://github.com/apache/dolphinscheduler-website/pull/415#discussion_r680906603



##########
File path: development/zh-cn/architecture-design.md
##########
@@ -131,12 +131,12 @@
 DolphinScheduler使用ZooKeeper分布式锁来实现同一时刻只有一台Master执行Scheduler,或者只有一台Worker执行任务的提交。
 1. 获取分布式锁的核心流程算法如下
  <p align="center">
-   <img src="https://analysys.github.io/easyscheduler_docs_cn/images/distributed_lock.png" alt="获取分布式锁流程"  width="50%" />
+   <img src="/img/architecture-design/distributed_lock_zh_cn.png" alt="获取分布式锁流程"  width="55%" />

Review comment:
       @Tandoy Sorry, please rename the file name to zh_cn, it's my mistake 😭 




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler-website] ruanwenjun commented on a change in pull request #415: [Imporvement][Doc] /development/architecture-design.html

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on a change in pull request #415:
URL: https://github.com/apache/dolphinscheduler-website/pull/415#discussion_r680498880



##########
File path: development/zh-cn/architecture-design.md
##########
@@ -131,12 +131,12 @@
 DolphinScheduler使用ZooKeeper分布式锁来实现同一时刻只有一台Master执行Scheduler,或者只有一台Worker执行任务的提交。
 1. 获取分布式锁的核心流程算法如下
  <p align="center">
-   <img src="https://analysys.github.io/easyscheduler_docs_cn/images/distributed_lock.png" alt="获取分布式锁流程"  width="50%" />
+   <img src="/img/architecture-design/distributed_lock_zh_cn.png" alt="获取分布式锁流程"  width="55%" />

Review comment:
       Please rename to `distributed_lock_ch_zn.png`

##########
File path: development/en-us/architecture-design.md
##########
@@ -6,7 +6,7 @@ Before explaining the architecture of the schedule system, let us first understa
 **DAG:** Full name Directed Acyclic Graph,referred to as DAG。Tasks in the workflow are assembled in the form of directed acyclic graphs, which are topologically traversed from nodes with zero indegrees of ingress until there are no successor nodes. For example, the following picture:
 
 <p align="center">
-  <img src="/img/dag_examples_cn.jpg" alt="dag示例"  width="60%" />
+  <img src="/img/architecture-design/dag_examples_en_us.PNG" alt="dag示例"  width="60%" />

Review comment:
       Please use lowercase suffixes `dag_examples_en_us.png`




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler-website] Tandoy commented on a change in pull request #415: [Imporvement][Doc] /development/architecture-design.html

Posted by GitBox <gi...@apache.org>.
Tandoy commented on a change in pull request #415:
URL: https://github.com/apache/dolphinscheduler-website/pull/415#discussion_r681374232



##########
File path: development/zh-cn/architecture-design.md
##########
@@ -131,12 +131,12 @@
 DolphinScheduler使用ZooKeeper分布式锁来实现同一时刻只有一台Master执行Scheduler,或者只有一台Worker执行任务的提交。
 1. 获取分布式锁的核心流程算法如下
  <p align="center">
-   <img src="https://analysys.github.io/easyscheduler_docs_cn/images/distributed_lock.png" alt="获取分布式锁流程"  width="50%" />
+   <img src="/img/architecture-design/distributed_lock_zh_cn.png" alt="获取分布式锁流程"  width="55%" />

Review comment:
       ok,i will fix them~




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler-website] Tandoy commented on a change in pull request #415: [Imporvement][Doc] /development/architecture-design.html

Posted by GitBox <gi...@apache.org>.
Tandoy commented on a change in pull request #415:
URL: https://github.com/apache/dolphinscheduler-website/pull/415#discussion_r680500259



##########
File path: development/zh-cn/architecture-design.md
##########
@@ -131,12 +131,12 @@
 DolphinScheduler使用ZooKeeper分布式锁来实现同一时刻只有一台Master执行Scheduler,或者只有一台Worker执行任务的提交。
 1. 获取分布式锁的核心流程算法如下
  <p align="center">
-   <img src="https://analysys.github.io/easyscheduler_docs_cn/images/distributed_lock.png" alt="获取分布式锁流程"  width="50%" />
+   <img src="/img/architecture-design/distributed_lock_zh_cn.png" alt="获取分布式锁流程"  width="55%" />

Review comment:
       ok,i will modify it.




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org