If exceptions occur in startup, storage node will exit. Avoid a misguide.
This commit is contained in:
parent
5b65fa5ab0
commit
6e10bb2526
|
|
@ -65,6 +65,7 @@ public class Main {
|
|||
logger.error("SkyWalking storage server start failure.", e);
|
||||
} finally {
|
||||
server.stop();
|
||||
System.exit(-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue