ruanwenjun commented on issue #17962: URL: https://github.com/apache/dolphinscheduler/issues/17962#issuecomment-3868970825
@Mrhs121 Hi, sheng, the use case is when a worker can be shared by multiple worker group. The use case here is when a single worker needs to be shared across multiple worker groups. Currently, a worker can be added to multiple worker groups through the UI, which is correct. However, DolphinScheduler also supports dynamic worker registration via configuration, and in that case a worker can only register to one worker group. So the behavior between UI-based assignment and config-based registration is inconsistent, and this becomes a limitation when we want workers to naturally belong to multiple groups. -- 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]
