njnu-seafish opened a new issue, #18286: URL: https://github.com/apache/dolphinscheduler/issues/18286
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description 1,The workerGroupName in the configuration file /usr/local/dolphinscheduler/worker-server/conf/application.yaml is set to g_suyc > worker: # worker listener port listen-port: 1234 # worker group name group: g_suyc 2,The workerGroup management list indeed contains g_suyc and does not have default. <img width="2554" height="598" alt="Image" src="https://github.com/user-attachments/assets/2694edf8-d170-4c5d-b689-5ec586fd1f79" /> 3,However, the system uses the 'default' group in many places by default. <img width="2554" height="598" alt="Image" src="https://github.com/user-attachments/assets/2e2c1e1a-0d89-4022-ba7f-22c8ab2aec91" /> <img width="2007" height="1185" alt="Image" src="https://github.com/user-attachments/assets/26521552-6f39-4d4f-9b49-24aa4d0236fa" /> <img width="2332" height="1189" alt="Image" src="https://github.com/user-attachments/assets/252b2227-3c74-4d32-932e-615f35b01afc" /> ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
