Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/6006#discussion_r188000337
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerServicesConfiguration.java
---
@@ -78,13 +78,13 @@
private final long timerServiceShutdownTimeout;
- private final LocalRecoveryConfig.LocalRecoveryMode localRecoveryMode;
+ private final boolean localRecovery;
--- End diff --
Maybe we could rename this field to `isLocalRecoveryEnabled`
---