caishunfeng commented on issue #8052: URL: https://github.com/apache/dolphinscheduler/issues/8052#issuecomment-1016393888
 I found some optimization of task network interaction: 1. worker use a unified task cache in memory, and reply looply in a interval if task change. 2. each time the worker reply task with the whole task info and version, so that master can ignore the low version when the high version task info arrive early. -- 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]
