[
https://issues.apache.org/jira/browse/THRIFT-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197512#comment-14197512
]
Hudson commented on THRIFT-2046:
--------------------------------
SUCCESS: Integrated in Thrift #1331 (See
[https://builds.apache.org/job/Thrift/1331/])
THRIFT-2046:The worktask can be timed out in TThreadPoolServer (Java) when the
max# thrift thread is reached (jfarrell: rev
5b0296064845240006a66e94037c90c0a6aad87f)
* lib/java/src/org/apache/thrift/server/TThreadPoolServer.java
> The worktask can be timed out in TThreadPoolServer (Java) when the max#
> thrift thread is reached
> ------------------------------------------------------------------------------------------------
>
> Key: THRIFT-2046
> URL: https://issues.apache.org/jira/browse/THRIFT-2046
> Project: Thrift
> Issue Type: Improvement
> Components: Java - Library
> Affects Versions: 0.9
> Reporter: Chaoyu Tang
> Assignee: Brock Noland
> Fix For: 0.9.2
>
> Attachments: THRIFT-2046.patch, THRIFT-2046_1.patch,
> THRIFT-2046_2.patch, THRIFT-2046_3.patch, THRIFT-2046_4.patch,
> THRIFT-2046_5.patch
>
>
> Once the max# of thrift threads is reached, a new task (workprocess) is
> attempted to be executed in an infinite loop, then the client may hang.
> An improvement is to introduce a task timeout. after a certain time, if the
> task is still not got queued to be executed. It will be invalidated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)