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

Jaehwa Jung commented on TAJO-623:
----------------------------------

Hi, [~charsyam].

Thank you for your contribution, but it needs to review other contributors.

Could you created a review request against branch master in reviewboard 
https://reviews.apache.org/groups/Tajo/? 

Cheers
Jaehwa

> 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.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.1.5#6160)

Reply via email to