You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/02 15:15:21 UTC

[jira] [Commented] (FLINK-4447) Include NettyConfig options on Configurations page

    [ https://issues.apache.org/jira/browse/FLINK-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458782#comment-15458782 ] 

ASF GitHub Bot commented on FLINK-4447:
---------------------------------------

GitHub user greghogan opened a pull request:

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

    [FLINK-4447] [docs] Include NettyConfig options on Configurations page

    

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

    $ git pull https://github.com/greghogan/flink 4447_include_nettyconfig_options_on_configurations_page

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

    https://github.com/apache/flink/pull/2465.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 #2465
    
----
commit 9417a1046be1653a1d5c9109cb4d314375693da6
Author: Greg Hogan <co...@greghogan.com>
Date:   2016-09-02T15:10:55Z

    [FLINK-4447] [docs] Include NettyConfig options on Configurations page

----


> Include NettyConfig options on Configurations page
> --------------------------------------------------
>
>                 Key: FLINK-4447
>                 URL: https://issues.apache.org/jira/browse/FLINK-4447
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.2.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Trivial
>             Fix For: 1.2.0
>
>
> {{NettyConfig}} looks for the following configuration options which are not listed in the Flink documentation.
> {noformat}
> 	public static final String NUM_ARENAS = "taskmanager.net.num-arenas";
> 	public static final String NUM_THREADS_SERVER = "taskmanager.net.server.numThreads";
> 	public static final String NUM_THREADS_CLIENT = "taskmanager.net.client.numThreads";
> 	public static final String CONNECT_BACKLOG = "taskmanager.net.server.backlog";
> 	public static final String CLIENT_CONNECT_TIMEOUT_SECONDS = "taskmanager.net.client.connectTimeoutSec";
> 	public static final String SEND_RECEIVE_BUFFER_SIZE = "taskmanager.net.sendReceiveBufferSize";
> 	public static final String TRANSPORT_TYPE = "taskmanager.net.transport";
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)