Explorar el Código

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

master
Carpenter Lee hace 6 años
padre
commit
b85d8ef1db
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 Ver fichero

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



Cargando…
Cancelar
Guardar