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

Jake Farrell commented on THRIFT-1868:
--------------------------------------

Thanks for the patch, like the idea of this. I would changes the following two 
items to help with compatibility: 

- AbstractServerTransportArgs sets the backlog to a default value of 50 in your 
patch, should be 0 as the default so the systems default backlog setting will 
be used if a backlog is not set.

- TServerSocket would like to see the existing methods not all be Deprecated 
but allow for use and be a wrapper that sets the passed value(s) to the 
TServerSockets ServerSocketTransportArgs
                
> Make the TPC backlog configurable in the Java servers
> -----------------------------------------------------
>
>                 Key: THRIFT-1868
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1868
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>         Attachments: THRIFT-1868.patch
>
>
> I've found the need to be able to change the TCP backlog when using the 
> Thrift server (in the context of HBase). Right now the only way to change it 
> is to recompile a new jar with a one liner change.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to