migrate changes from 3.x

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1156054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2011-08-10 07:36:21 +00:00
parent 06ffbbdc1e
commit 8c83a10317
1 changed files with 6 additions and 3 deletions

View File

@ -512,6 +512,10 @@ Bug fixes
after another with 0 posIncr. (David Smiley, Kurosaka Teruhiko via Mike
McCandless)
* LUCENE-3348: Fix thread safety hazards in IndexWriter that could
rarely cause deletions to be incorrectly applied. (Yonik Seeley,
Simon Willnauer, Mike McCandless)
======================= Lucene 3.x (not yet released) ================
Bug fixes
@ -548,9 +552,8 @@ Bug fixes
lucene version, you get the old buggy behavior for backwards compatibility.
(Trejkaz, Robert Muir)
* LUCENE-3348: Fix thread safety hazards in IndexWriter that could
rarely cause deletions to be incorrectly applied. (Yonik Seeley,
Simon Willnauer, Mike McCandless)
* LUCENE-3368: IndexWriter commits segments without applying their buffered
deletes when flushing concurrently. (Simon Willnauer, Mike McCandless)
* LUCENE-3365: Create or Append mode determined before obtaining write lock
can cause IndexWriter overriding an existing index.