Tagged Questions
The blocked-threads tag has no wiki summary.
3
votes
1answer
3k views
Java ThreadPoolExecutor getting stuck while using ArrayBlockingQueue
I'm working on some application and using ThreadPoolExecutor for handling various tasks. ThreadPoolExecutor is getting stuck after some duration. To simulate this in a simpler environment, I've ...
1
vote
1answer
193 views
Multiple Blocked threads on UnInvertedField.getUnInvertedField() & SegmentReader$CoreReaders.getTermsReader
We are upgrading from Solr 1.3 to Solr 1.4.1.
While using Solr 1.3 , we were seeing multiple blocking active threads on "org.apache.lucene.store.FSDirectory$FSIndexInput.readInternal() ".
To utilize ...
1
vote
2answers
1k views
Delphi - Terminate blocked thread [closed]
Possible Duplicate:
How to stop long executing threads gracefully?
Hello.
I have a background thread which needs to perform an operation, it works fine all of the time except in one case : ...
0
votes
2answers
299 views
why is my PipedOutputStream deadlocking?
I am trying to implement a threaded circular buffer with PipedInputStream & PipedOutputStream but it is locking everytime when I get to mHead.write in the Decoder runnable. I thought there was no ...
0
votes
4answers
338 views
Detecting Blocked Threads
I have a theory regarding trouble shooting a Asynchronous Application (I'm using the CCR) and I wonder if someone can confirm my logic.
If a CCR based multi-threaded application using the default ...