[
https://issues.apache.org/jira/browse/TAJO-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922725#comment-13922725
]
Tajo QA commented on TAJO-623:
------------------------------
{color:green}*+1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12633168/TAJO-623.2.patch
against master revision fddd223.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 1 new
or modified test files.
{color:green}+1 javac.{color} The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc.{color} The applied patch does not increase the
total number of javadoc warnings.
{color:green}+1 checkstyle.{color} The patch generated 0 code style errors.
{color:green}+1 findbugs.{color} The patch does not introduce any new
Findbugs (version 1.3.9) warnings.
{color:green}+1 release audit.{color} The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-common tajo-rpc.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/201//testReport/
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/201//console
This message is automatically generated.
> Extract some network setting value to conf
> ------------------------------------------
>
> Key: TAJO-623
> URL: https://issues.apache.org/jira/browse/TAJO-623
> Project: Tajo
> Issue Type: Improvement
> Components: conf and scripts
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Minor
> Attachments: TAJO-623.2.patch, TAJO-623.patch
>
>
> Currently, to chnage network buffer size or tcp_nodelay, or keepalive
> options, we should change source code.
> ```c
> <property>
> <name>tajo.network.receivebuffersize</name>
> <value>10485760</value>
> </property>
> ```
> NETWORK_REUSEADDRESS("tajo.network.reuseaddress", true)
> NETWORK_TCP_NODELAY("tajo.network.tcpnodelay", true)
> NETWORK_KEEP_ALIVE("tajo.network.keepalive", true)
> NETWORK_CONNECT_TIMEOUT_MILLIS("tajo.network.connecttimeoutmillis", 10000)
> NETWORK_CONNECT_RESPONSE_TIMEOUT_MILLIS("tajo.network.connectresponsetimeoutmillis",
> 10000)
> NETWORK_RECEIVE_BUFFERSIZE("tajo.network.receivebuffersize", 1048576 * 10)
--
This message was sent by Atlassian JIRA
(v6.2#6252)