[ 
https://issues.apache.org/jira/browse/THRIFT-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Daniel Cryans updated THRIFT-1868:
---------------------------------------

    Attachment: THRIFT-1868.patch

Attaching a patch that makes the backlog configurable. Unfortunately, just 
adding new constructors for the ServerSocket classes quickly became a big mess 
so instead I'm using an Args class the same way it's done for the Server 
classes and deprecated other constructors.

Passes all the java unit tests.
                
> 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