GitHub user NicoK opened a pull request:

    https://github.com/apache/flink/pull/3683

    [FLINK-6270] Port several network config parameters to ConfigOption

    This ports some memory and network buffers related config options to new 
`ConfigOption` instances. These include:
    
    * `taskmanager.memory.size`
    * `taskmanager.memory.fraction`
    * `taskmanager.memory.off-heap`
    * `taskmanager.memory.preallocate`
    * `taskmanager.network.numberOfBuffers`
    * `taskmanager.memory.segment-size`
    
    Some of these already existed as `ConfigOption` instances in 
`MiniClusterConfiguration`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/NicoK/flink flink-6270

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3683.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3683
    
----
commit 15ae80ee5a9cd29597f6ed597183251fbbb32f37
Author: Nico Kruber <n...@data-artisans.com>
Date:   2017-04-05T08:59:00Z

    [FLINK-6270] extend Configuration with contains(configOption)

commit f136af323bce2517983af6c47849c9c70dc3efc2
Author: Nico Kruber <n...@data-artisans.com>
Date:   2017-04-05T09:45:57Z

    [FLINK-6270] port some memory and network task manager options to 
ConfigOption

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to