Skip to content

Commit

Permalink
[FLINK-4137] Tell Akka to shut down the JVM on fatal errors
Browse files Browse the repository at this point in the history
This closes apache#2205
  • Loading branch information
rmetzger committed Jul 6, 2016
1 parent 6be0a50 commit cdd5e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ object AkkaUtils {
ConfigConstants.DEFAULT_AKKA_LOG_LIFECYCLE_EVENTS)

val jvmExitOnFatalError = if (
configuration.getBoolean(ConfigConstants.AKKA_JVM_EXIT_ON_FATAL_ERROR, false)){
configuration.getBoolean(ConfigConstants.AKKA_JVM_EXIT_ON_FATAL_ERROR, true)){
"on"
} else {
"off"
Expand Down

0 comments on commit cdd5e4c

Please sign in to comment.