[jira] Updated: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-15 Thread Andrew Zhang (JIRA)
[ 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

[jira] Updated: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-15 Thread Andrew Zhang (JIRA)
[ 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 > ---

[jira] Created: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-15 Thread Andrew Zhang (JIRA)
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.

[jira] Updated: (LUCENE-1453) When reopen returns a new IndexReader, both IndexReaders may now control the lifecycle of the underlying Directory which is managed by reference counting

2008-11-15 Thread Mark Miller (JIRA)
[ 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

[jira] Created: (LUCENE-1453) When reopen returns a new IndexReader, both IndexReaders may now control the lifecycle of the underlying Directory which is managed by reference counting

2008-11-15 Thread Mark Miller (JIRA)
When reopen returns a new IndexReader, both IndexReaders may now control the lifecycle of the underlying Directory which is managed by reference counting

Allow IndexReader to take ownership of Directory

2008-11-15 Thread Mark Miller
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

Hudson build is back to normal: Lucene-trunk #646

2008-11-15 Thread Apache Hudson Server
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]

[jira] Resolved: (LUCENE-1447) Improve payload error handling/reporting

2008-11-15 Thread Michael McCandless (JIRA)
[ 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

[jira] Assigned: (LUCENE-1447) Improve payload error handling/reporting

2008-11-15 Thread Michael McCandless (JIRA)
[ 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 >