v-kkhuang opened a new issue, #5407: URL: https://github.com/apache/linkis/issues/5407
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar issues. ### Linkis Component - [ ] linkis-commons - [x] linkis-computation-governance - [ ] linkis-dist - [ ] linkis-engineconn-plugin - [ ] linkis-extensions - [ ] linkis-orchestrator - [ ] linkis-public-enhancements - [ ] linkis-spring-cloud-services - [ ] linkis-web ### Description When an Entrance instance goes offline, the ParallelGroup cache is not updated, causing incorrect calculation of user task concurrency. This affects task scheduling and resource management. ### Steps to reproduce 1. Start multiple Entrance instances 2. Trigger tasks to build ParallelGroup cache 3. Stop one Entrance instance 4. Check task concurrency calculation ### Expected behavior The ParallelGroup cache should be updated when Entrance instances go online/offline, ensuring correct concurrency calculation. ### Your environment - Linkis version used: 1.19.0 - Environment name and version: - hadoop-3.3.4 - hive-2.3.3 - spark-2.4.3/3.3.0 - scala-2.11.12 - jdk 1.8.0_xxx ### Anything else This PR includes additional enhancements and bug fixes from the 1.18.0 and 1.19.0 releases. ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
