[
https://issues.apache.org/jira/browse/FLINK-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622825#comment-15622825
]
ASF GitHub Bot commented on FLINK-4447:
---------------------------------------
Github user uce commented on the issue:
https://github.com/apache/flink/pull/2465
Hey @greghogan Do you think you have time to add the note you mentioned and
then merge this?
> 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)