kezhenxu94 opened a new pull request #6087: URL: https://github.com/apache/dolphinscheduler/pull/6087
## Purpose of the pull request Add alert server into standalone server as well, now the standalone server should be feature-complete. Make `AlertServer#start` non-blocking, it was blocking and the codes after `AlertServer#start` won't be executed, causing unexpected problems, now `AlertServer#start` is background thread and the shutdown hook can be registered successfully. ## Brief change log - Add alert server to standalone server. - Fix `.asf.yaml` invalid character. - Some minor polish in alert server. - Remove pointless comments. - Reformat h2 `.sql` file. -- 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]
