Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/5392#discussion_r167594880
--- Diff: docs/ops/config.md ---
@@ -322,7 +321,6 @@ The following parameters configure Flink's JobManager
and TaskManagers.
- `taskmanager.exit-on-fatal-akka-error`: Whether the TaskManager shall be
terminated in case of a fatal Akka error (quarantining event). (DEFAULT:
**false**)
-- `jobmanager.tdd.offload.minsize`: Maximum size of the
`TaskDeploymentDescriptor`'s serialized task and job information to still
transmit them via RPC. Larger blobs may be offloaded to the BLOB server.
(DEFAULT: **1 KiB**).
--- End diff --
This setting simply doesn't exist anymore?
---