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 2022/04/12 12:06:52 UTC

[GitHub] [dolphinscheduler] lenboo commented on issue #9462: [Feature][Improvement] Support multi cluster environments

lenboo commented on issue #9462:
URL: https://github.com/apache/dolphinscheduler/issues/9462#issuecomment-1096640359

   Here is my solution:
   1. Redefine the concept of the environment, the environment supports env (current status), config/xml and other types, modify the environment meta data, and add the environment type field
   2. The field 'environment' is added to the workflow definition, which supports the association of multiple clusters (environments). When the workflow runs, a workflow instance is generated for each cluster.
   3. The field "environment" is added to the workflow instance. Each workflow instance specifies a certain cluster, but cannot override the environment specified by the task (environment priority: Task Configuration > Workflow Configuration)
   4. How to use the environment configuration is determined by the task execution logic itself


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