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 2019/12/31 10:52:43 UTC

[GitHub] [incubator-dolphinscheduler] lenboo commented on issue #1658: Refactor WorkerServer

lenboo commented on issue #1658: Refactor WorkerServer
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1658#issuecomment-569908922
 
 
   
   - MasterServer keeps the current logic and when it picks a task, directly sends it to target worker using RoundRobin policy.
   what's the mean 'directly sends it to target worker using RoundRobin policy.'
   
   - WorkerServer will start up as predefined group and register itself to zk node.
   what's the ‘predefined group’
   
   
   
   - WorkerServer will start a tcp server listening port for executing task instead of scanning ZK and DB.
   - Executing result will send back to the MasterServer node using the previous channel
   
   all of above process need stable communication network,  what should to do in unstable situation?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services