Details
Description
See the comment in LuceneTestCase.
If you even do Class.forName("TimeLimitingCollector") it starts up a thread in a static method, and there isn't a way to kill it.
This is broken.
Attachments
Attachments
Issue Links
- duplicates
-
LUCENE-2237 allow TimeLimitedCollector timer thread to be shutdown
- Resolved
- relates to
-
LUCENE-997 Add search timeout support to Lucene
- Resolved
-
SOLR-1735 shut down TimeLimitedCollection timer thread on application unload
- Closed