Michael McCandless created LUCENE-5006:
------------------------------------------
Summary: Simplify / understand IndexWriter/DocumentsWriter
synchronization
Key: LUCENE-5006
URL: https://issues.apache.org/jira/browse/LUCENE-5006
Project: Lucene - Core
Issue Type: Bug
Reporter: Michael McCandless
The concurrency in IW/DW/BD is terrifying: there are many locks involved, not
just intrinsic locks but IW also has fullFlushLock, commitLock, and there are
no clear rules about lock order to avoid deadlocks like LUCENE-5002.
We have to somehow simplify this, and define the allowed concurrent behavior eg
when an app calls deleteAll while other threads are indexing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]