Issue Details (XML | Word | Printable)

Key: DIRMINA-79
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
MINA

The number of ThreadPoolFilter threads becomes 0 sometimes.

Created: 05/Aug/05 10:38 PM   Updated: 26/May/09 12:46 AM
Return to search
Component/s: None
Affects Version/s: 0.7.3
Fix Version/s: 0.7.4

Time Tracking:
Not Specified

Resolution Date: 23/Aug/05 10:09 AM


 Description  « Hide
Related forum thread: http://gleamynode.net/dev/forum/read.php?1,20

It seems like all thread pool threads suicide without any exceptions at some situation.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #239282 Tue Aug 23 01:01:39 UTC 2005 trustin Possible fix for DIRMINA-79 - The number of ThreadPoolFilter threads sometimes becomes 0.
* Fixed a bug that the thread can die when interrupted in Worker.waitForPromotion() and Worker.fetchBuffer()
Files Changed
MODIFY /directory/network/branches/0.7/src/java/org/apache/mina/util/BaseThreadPool.java
MODIFY /directory/network/trunk/src/test/org/apache/mina/filter/ThreadPoolFilterRegressionTest.java
MODIFY /directory/network/trunk/src/java/org/apache/mina/filter/ThreadPoolFilter.java

Repository Revision Date User Message
ASF #261915 Sun Aug 28 02:02:30 UTC 2005 trustin * Fixed deadlock while shutting down.
* Fixed DIRMINA-79 - The number of ThreadPoolFilter threads becomes 0 sometimes.
** Fixed problems in giveUpLead() and fetchBuffer()
Files Changed
MODIFY /directory/network/branches/0.7/src/java/org/apache/mina/util/BaseThreadPool.java
MODIFY /directory/network/trunk/src/java/org/apache/mina/filter/ThreadPoolFilter.java