This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wangjx
/
sentinel
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change behavior when exception occurred in InitExecutor. Will not call System.exit(), just print stack trace
master
Carpenter Lee
6 years ago
parent
d861a364c9
commit
b85d8ef1db
1 changed files
with
0 additions
and
1 deletions
Split View
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
View File
@@ -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…
Cancel
Save