Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Lucene.Net 3.0.3, Lucene.Net 4.0
-
None
Description
This issue was first reported in LUCENENET-640.
When using very high number of threads for long periods of time, the garbage collector will cause all threads to block for several seconds. More details here.
There is also a solution being tested, which is blogged about here.
Ideally, we should adapt the fix after it has been thoroughly tested, provided Microsoft doesn't fix the problem with ThreadLocal<T> first.
Attachments
Issue Links
- Is contained by
-
LUCENENET-630 Identify/Fix Bottlenecks
- Closed
- is related to
-
LUCENENET-640 Sequential IndexWriter performance in concurrent environments.
- Closed