GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/464
THRIFT-3081 consolidate client processing loop in most TServers
This pull request consolidates the client processing loop in the
TSimpleServer, TThreadedServer, and TThreadPoolServer. This ensures the
servers all handle clients in the same way including in error paths, and
improves project maintainability by consolidating similar code paths.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift
bugfix/THRIFT-3081-cherry-picked-after-THRIFT-2441-merge-to-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/464.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #464
----
commit 5e334132784492369ae2316aae562b7ca965e467
Author: Jim King <[email protected]>
Date: 2015-04-26T11:52:40Z
THRIFT-3081 consolidate client processing loop in Simple, Threaded, and
Thread Pool servers
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---