You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2016/08/22 19:00:22 UTC

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

Greg Hogan created FLINK-4447:
---------------------------------

             Summary: 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)