We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be0a50 commit cdd5e4cCopy full SHA for cdd5e4c
flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
@@ -144,7 +144,7 @@ object AkkaUtils {
144
ConfigConstants.DEFAULT_AKKA_LOG_LIFECYCLE_EVENTS)
145
146
val jvmExitOnFatalError = if (
147
- configuration.getBoolean(ConfigConstants.AKKA_JVM_EXIT_ON_FATAL_ERROR, false)){
+ configuration.getBoolean(ConfigConstants.AKKA_JVM_EXIT_ON_FATAL_ERROR, true)){
148
"on"
149
} else {
150
"off"
0 commit comments