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

Tajo QA commented on TAJO-623:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12635581/TAJO-623.4.patch
  against master revision 5f7934e.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 4 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:red}-1 findbugs.{color}  The patch appears to introduce 183 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-catalog/tajo-catalog-server tajo-common tajo-core/tajo-core-backend 
tajo-rpc.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/233//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/233//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core-backend.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/233//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
>    Affects Versions: 0.8-incubating, 1.0-incubating
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Minor
>         Attachments: TAJO-623.2.patch, TAJO-623.4.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)

Reply via email to