本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
wangjx
/
sentinel
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Change behavior when exception occurred in InitExecutor. Will not call System.exit(), just print stack trace
master
Carpenter Lee
6 年之前
父節點
d861a364c9
當前提交
b85d8ef1db
共有
1 個檔案被更改
,包括
0 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
}
Write
Preview
Loading…
取消
儲存