This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
wangjx
/
sentinel
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
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…
취소
저장