[
https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Zhang updated LUCENE-1454:
-
Description:
Hi,
I found corrupted index produced by lucene-2.4. I can't find a way to reproduc
[
https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Zhang updated LUCENE-1454:
-
Attachment: index.zip
> Corrupted index produced by lucene 2.4
> ---
Corrupted index produced by lucene 2.4
--
Key: LUCENE-1454
URL: https://issues.apache.org/jira/browse/LUCENE-1454
Project: Lucene - Java
Issue Type: Bug
Components: Index
Affects Versions: 2.
[
https://issues.apache.org/jira/browse/LUCENE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-1453:
Attachment: LUCENE-1453.patch
Test exposing the problem and one possible fix for it.
> When reope
When reopen returns a new IndexReader, both IndexReaders may now control the
lifecycle of the underlying Directory which is managed by reference counting
Does anyone object to making IndexReader
private static IndexReader open(final Directory directory, final boolean
closeDirectory, final IndexDeletionPolicy deletionPolicy, final
IndexCommit commit, final boolean readOnly) throws
CorruptIndexException, IOException {
return DirectoryInd
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/646/changes
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[
https://issues.apache.org/jira/browse/LUCENE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1447.
Resolution: Fixed
Committed revision 714231.
Thanks Mark!
> Improve payload erro
[
https://issues.apache.org/jira/browse/LUCENE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1447:
--
Assignee: Michael McCandless
> Improve payload error handling/reporting
>