瀏覽代碼

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…
取消
儲存