Преглед изворни кода

Change behavior when exception occurred in InitExecutor. Will not call System.exit(), just print stack trace

master
Carpenter Lee пре 6 година
родитељ
комит
b85d8ef1db
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      sentinel-core/src/main/java/com/alibaba/csp/sentinel/init/InitExecutor.java

+ 0
- 1
sentinel-core/src/main/java/com/alibaba/csp/sentinel/init/InitExecutor.java Прегледај датотеку

@@ -56,7 +56,6 @@ public final class InitExecutor {
} catch (Exception ex) {
RecordLog.info("[Sentinel InitExecutor] Init failed", ex);
ex.printStackTrace();
System.exit(-1);
}
}



Loading…
Откажи
Сачувај