Github user jeking3 commented on a diff in the pull request:
https://github.com/apache/thrift/pull/432#discussion_r28361223
--- Diff: lib/java/src/org/apache/thrift/server/TThreadPoolServer.java ---
@@ -303,6 +303,10 @@ public void run() {
if (outputTransport != null) {
outputTransport.close();
}
+
+ if (client_.isOpen()) {
--- End diff --
This was also addressed in THRIFT-3083 where the Simple, Threaded, and
ThreadPool server serve() routine was consolidated; some servers closed the
client and some did not.
---
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.
---