提交 49c1e4af authored 作者: Thomas Mueller's avatar Thomas Mueller

Stop started services if one failed.

上级 a7fe407e
...@@ -204,6 +204,7 @@ ShutdownHandler { ...@@ -204,6 +204,7 @@ ShutdownHandler {
} }
} }
if (startException != null) { if (startException != null) {
shutdown();
throw startException; throw startException;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论