You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2015/02/22 00:54:12 UTC

[jira] [Created] (LUCENE-6279) 3.x -> 4.x .si upgrade should not be tricked by leftover upgrade marker file

Michael McCandless created LUCENE-6279:
------------------------------------------

             Summary: 3.x -> 4.x .si upgrade should not be tricked by leftover upgrade marker file
                 Key: LUCENE-6279
                 URL: https://issues.apache.org/jira/browse/LUCENE-6279
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 4.10.x


Today when you do the first IW.commit to a 3.x index from Lucene 4.x, we go
through a per-segment upgrade process when writing the next segments_N
file, writing .si files for each segment if we didn't already do so.

However, this process can be fooled by a leftover _N_upgraded.si
file, in case the app above Lucene wasn't careful and reused a
directory that had leftover files... I think we can make this more
robust.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org