
|
If you were logged in you would be able to see more operations.
|
|
|
| Lucene Fields: |
New
|
| Resolution Date: |
09/Mar/08 08:18 AM
|
|
If you're using CMS (the default) and mergeInit hits an exception (eg
OOME), we are not properly clearing IndexWriter's internal tracking of
running merges. This causes IW.close() to hang while it incorrectly
waits for these non-started merges to finish.
|
|
Description
|
If you're using CMS (the default) and mergeInit hits an exception (eg
OOME), we are not properly clearing IndexWriter's internal tracking of
running merges. This causes IW.close() to hang while it incorrectly
waits for these non-started merges to finish.
|
Show » |
|
internal tracking on exception. I'll commit shortly.