huagetai opened a new pull request #9296:
URL: https://github.com/apache/dolphinscheduler/pull/9296
## Purpose of the pull request
Implement worker server completely independent of the database
## Brief changelog
- move the following from dolphinscheduler-service to dolphinscheduler-server
- org.dolphinscheduler.service.alert.AlertClientService
- org.dolphinscheduler.service.alert.AlertClientServiceTest
- org.dolphinscheduler.service.bean.*
- org.dolphinscheduler.service.exceptions.*
- org.dolphinscheduler.service.log.*
- org.dolphinscheduler.service.registry.*
- adjust pom.xml of dolphinscheduler-service
- add dolphinscheduler-server dependency
- adjust pom.xml of dolphinscheduler-server
- add dolphinscheduler-registry-zookeeper dependency
- add dolphinscheduler-remote dependency
- adjust the code of dolphinscheduler-worker
- copy org.dolphinscheduler.service.task.TaskPluginManager from
dolphinscheduler-service and remove AlertDao related code
- adjust the TaskPluginManager related code
- exclude datasource autoconfiguration
- remove daos of TaskCallbackServiceTestConfig
- adjust pom.xml of dolphinscheduler-worker
- remove dolphinscheduler-service dependency
- extents dolphinscheduler-service dependency
This close #9283 #9292
## Verify this pull request
This pull request is already covered by existing tests
- *org.dolphinscheduler.service.alert.AlertClientServiceTest*
- *org.dolphinscheduler.service.log.LogClientServiceTest*
- *Manually verified the change by testing locally.*
--
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]