You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by aljoscha <gi...@git.apache.org> on 2018/02/12 15:47:04 UTC

[GitHub] flink pull request #5392: [FLINK-8475][config][docs] Integrate JM options

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?


---