Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Realtime Branch
-
None
-
New
Description
With separate DocumentsWriterPerThreads (DWPT) it can currently happen that the delete part of an updateDocument() is flushed and committed separately from the corresponding new document.
We need to make sure that updateDocument() is always an atomic operation from a IW.commit() and IW.getReader() perspective. See LUCENE-2324 for more details.
Attachments
Attachments
Issue Links
- blocks
-
LUCENE-2324 Per thread DocumentsWriters that write their own private segments
- Resolved