ruanwenjun commented on issue #10413: URL: https://github.com/apache/dolphinscheduler/issues/10413#issuecomment-1159483564
@guodongym OK, in my knowledge, if the bean initialize failed, the spring server will close, unless there is an undeamon thread is alive, cloud you please find out if there is any undeamon block the server? And I think if we find we need to stop the server, we can directly use Stopper.stop() method or trigger `MasterServer.close()` in some way rather than throw exception, if we hope to check by exception type, we need to do this judge in everywhere we catch an exception. -- 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]
