Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Tim Smith
I suggest backporting lucene-2328 as well the memory leak grows based on the number of commits if you are doing extremely frequent commits, the memory leak becomes a sizable loss that cannot be reclaimed without restarting and may require restarting the vm on a daily basis -- Tim On 10/29/

Re: Lucene 3.0.3 Release Date

2010-10-29 Thread Tim Smith
s (and not have to port them to 3.0.3) -- Tim On 10/29/2010 01:35 PM, Michael McCandless wrote: On Fri, Oct 29, 2010 at 9:01 AM, Tim Smith wrote: I suggest backporting lucene-2328 as well the memory leak grows based on the number of commits if you are doing extremely frequent commits,

Re: IndexReader Cache - a different angle

2010-09-13 Thread Tim Smith
i created https://issues.apache.org/jira/browse/LUCENE-2345 some time ago proposing pretty much what seems to be discussed here -- Tim On 09/12/10 10:18, Simon Willnauer wrote: On Sun, Sep 12, 2010 at 11:46 AM, Michael McCandless wrote: Having hooks to enable an app to manage its own "ex

[jira] [Created] (LUCENE-4398) "Memory Leak" in TermsHashPerField memory tracking

2012-09-17 Thread Tim Smith (JIRA)
Tim Smith created LUCENE-4398: - Summary: "Memory Leak" in TermsHashPerField memory tracking Key: LUCENE-4398 URL: https://issues.apache.org/jira/browse/LUCENE-4398 Project: Lucene - Core

[jira] [Commented] (LUCENE-4398) "Memory Leak" in TermsHashPerField memory tracking

2012-09-17 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457151#comment-13457151 ] Tim Smith commented on LUCENE-4398: --- More information: I started tracking the me

[jira] [Commented] (LUCENE-4398) "Memory Leak" in TermsHashPerField memory tracking

2012-09-17 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457196#comment-13457196 ] Tim Smith commented on LUCENE-4398: --- Looks like the culpri

[jira] [Commented] (LUCENE-4398) "Memory Leak" in TermsHashPerField memory tracking

2012-09-17 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457214#comment-13457214 ] Tim Smith commented on LUCENE-4398: --- Found a easy "fix" for this: comm

[jira] [Commented] (LUCENE-4398) "Memory Leak" in TermsHashPerField memory tracking

2012-09-17 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457244#comment-13457244 ] Tim Smith commented on LUCENE-4398: --- NOTE: 16 bytes of "unaccounted"

[jira] [Created] (LUCENE-3373) waitForMerges deadlocks if background merge fails

2011-08-12 Thread Tim Smith (JIRA)
/index Affects Versions: 3.0.3 Reporter: Tim Smith waitForMerges can deadlock if a merge fails for ConcurrentMergeScheduler this is because the merge thread will die, but pending merges are still available normally, the merge thread will pick up the next merge once it finishes the

[jira] [Commented] (LUCENE-3373) waitForMerges deadlocks if background merge fails

2011-08-23 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089674#comment-13089674 ] Tim Smith commented on LUCENE-3373: --- waitForMerges should continue to wait until

[jira] [Created] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-14 Thread Tim Smith (JIRA)
Tim Smith created LUCENE-4557: - Summary: Indexed Offsets Can Be Lost During Merge Key: LUCENE-4557 URL: https://issues.apache.org/jira/browse/LUCENE-4557 Project: Lucene - Core Issue Type: Bug

[jira] [Updated] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated LUCENE-4557: -- Attachment: OffsetsTest.java Attaching test that shows issue > Indexed Offsets

[jira] [Reopened] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith reopened LUCENE-4557: --- I disagree with that assessment the problem here is not that offsets are not available on "old

[jira] [Commented] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497208#comment-13497208 ] Tim Smith commented on LUCENE-4557: --- i understand the similarity to the omitTF

[jira] [Commented] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497278#comment-13497278 ] Tim Smith commented on LUCENE-4557: --- i understand your aversion to what i sug

[jira] [Commented] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497354#comment-13497354 ] Tim Smith commented on LUCENE-4557: --- i know you aren't changing your min

[jira] [Commented] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497459#comment-13497459 ] Tim Smith commented on LUCENE-4557: --- getSegmentForMerge could of course

[jira] [Created] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-15 Thread Tim Smith (JIRA)
Tim Smith created LUCENE-4560: - Summary: Support Filtering Segments During Merge Key: LUCENE-4560 URL: https://issues.apache.org/jira/browse/LUCENE-4560 Project: Lucene - Core Issue Type

[jira] [Commented] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-15 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498079#comment-13498079 ] Tim Smith commented on LUCENE-4557: --- Spun off LUCENE-4560 for supporting filte

[jira] [Updated] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-15 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated LUCENE-4560: -- Attachment: LUCENE-4560.patch Attaching patch patch adds MergeSegmentFilter base class and adds

[jira] [Comment Edited] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-15 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498087#comment-13498087 ] Tim Smith edited comment on LUCENE-4560 at 11/15/12 4:0

[jira] [Updated] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-16 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated LUCENE-4560: -- Lucene Fields: New,Patch Available (was: New) > Support Filtering Segments During Me

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-18 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1346#comment-1346 ] Tim Smith commented on LUCENE-4560: --- My base requirement here is that this b

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-19 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500226#comment-13500226 ] Tim Smith commented on LUCENE-4560: --- The "gradual" approach is very much

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-19 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500275#comment-13500275 ] Tim Smith commented on LUCENE-4560: --- offsets can be used for highlighting users

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-19 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500291#comment-13500291 ] Tim Smith commented on LUCENE-4560: --- bq. Its been this way since even 2.x, if

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-19 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500318#comment-13500318 ] Tim Smith commented on LUCENE-4560: --- A migration strategy does exist and is

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-19 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500322#comment-13500322 ] Tim Smith commented on LUCENE-4560: --- Uwe, i plan to investigate your suggestions,

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-12-20 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537132#comment-13537132 ] Tim Smith commented on LUCENE-4560: --- i found a 100% pure codec approach for provi

[jira] [Commented] (LUCENE-4560) Support Filtering Segments During Merge

2012-12-20 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537223#comment-13537223 ] Tim Smith commented on LUCENE-4560: --- codec approach i'm taking is pretty

[jira] [Commented] (LUCENE-4272) another idea for updatable fields

2012-12-20 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537449#comment-13537449 ] Tim Smith commented on LUCENE-4272: --- +1 on term vector approach I would like to

[jira] [Created] (LUCENE-4671) CharsRef.subSequence broken

2013-01-09 Thread Tim Smith (JIRA)
Tim Smith created LUCENE-4671: - Summary: CharsRef.subSequence broken Key: LUCENE-4671 URL: https://issues.apache.org/jira/browse/LUCENE-4671 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (LUCENE-4671) CharsRef.subSequence broken

2013-01-09 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548841#comment-13548841 ] Tim Smith commented on LUCENE-4671: --- looks like the index out of bounds check is a

[jira] [Issue Comment Deleted] (LUCENE-4671) CharsRef.subSequence broken

2013-01-09 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated LUCENE-4671: -- Comment: was deleted (was: looks like the index out of bounds check is a bit off too (if someone

[jira] [Commented] (LUCENE-4671) CharsRef.subSequence broken

2013-01-09 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548843#comment-13548843 ] Tim Smith commented on LUCENE-4671: --- looks

[jira] [Commented] (LUCENE-4671) CharsRef.subSequence broken

2013-01-09 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548848#comment-13548848 ] Tim Smith commented on LUCENE-4671: --- it is, that's why i deleted the comm

[jira] Created: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-16 Thread Tim Smith (JIRA)
Components: Index Affects Versions: 3.0.1 Reporter: Tim Smith I'm seeing the following exception during indexing: {code} Caused by: java.lang.ArrayIndexOutOfBoundsException: 14 at org.apache.lucene.index.ByteBlockPool.allocSlice(ByteBlockPool.java:11

[jira] Commented: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-16 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879382#action_12879382 ] Tim Smith commented on LUCENE-2501: --- thats what i was afraid of i got this re

[jira] Commented: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-16 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879403#action_12879403 ] Tim Smith commented on LUCENE-2501: --- Here's all the info i have available

[jira] Commented: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-16 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879422#action_12879422 ] Tim Smith commented on LUCENE-2501: --- Some more info: ingestion is being performe

[jira] Commented: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-16 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879483#action_12879483 ] Tim Smith commented on LUCENE-2501: --- Looks like this may be the original source of

[jira] Commented: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-16 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879486#action_12879486 ] Tim Smith commented on LUCENE-2501: --- ram buffer size is set to

[jira] Commented: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-16 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879489#action_12879489 ] Tim Smith commented on LUCENE-2501: --- will do may take some time before it occurs a

[jira] Commented: (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2010-06-23 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881675#action_12881675 ] Tim Smith commented on LUCENE-2501: --- I've been informed that this exception

[jira] Commented: (LUCENE-2276) Add IndexReader.document(int, Document, FieldSelector)

2010-07-14 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888323#action_12888323 ] Tim Smith commented on LUCENE-2276: --- instead of doing the following everywhere: {

[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

2010-09-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913097#action_12913097 ] Tim Smith commented on LUCENE-2658: --- Is this related to/same as LUCENE-

[jira] Commented: (LUCENE-2658) TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice

2010-09-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913140#action_12913140 ] Tim Smith commented on LUCENE-2658: --- sadly i haven't been able to gather the i

[jira] [Commented] (LUCENE-5569) Rename AtomicReader to LeafReader

2014-04-03 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959096#comment-13959096 ] Tim Smith commented on LUCENE-5569: --- -1 please don't do this renaming thing

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130121#comment-14130121 ] Tim Smith commented on LUCENE-5940: --- i understand the desire for changing the po

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130138#comment-14130138 ] Tim Smith commented on LUCENE-5940: --- 5.0 should not be saddled with supporting

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130149#comment-14130149 ] Tim Smith commented on LUCENE-5940: --- time based would be much more reasonable as

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130151#comment-14130151 ] Tim Smith commented on LUCENE-5940: --- "firefox" does not need to worry ab

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130169#comment-14130169 ] Tim Smith commented on LUCENE-5940: --- i fully understand the pain associated

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130218#comment-14130218 ] Tim Smith commented on LUCENE-5940: --- the problem with the upgrade tool approac

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130307#comment-14130307 ] Tim Smith commented on LUCENE-5940: --- i would not consider old indexes not contai

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130314#comment-14130314 ] Tim Smith commented on LUCENE-5940: --- bq. Can you elaborate more? Your example o

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130324#comment-14130324 ] Tim Smith commented on LUCENE-5940: --- bq. Because you are not even considering

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-11 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130333#comment-14130333 ] Tim Smith commented on LUCENE-5940: --- bq. I don't care what happens on t

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-12 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131951#comment-14131951 ] Tim Smith commented on LUCENE-5940: --- i fully understand the reasons for wantin

[jira] [Commented] (LUCENE-5940) change index backwards compatibility policy.

2014-09-19 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14140703#comment-14140703 ] Tim Smith commented on LUCENE-5940: --- bq. Reindexing is part and parcel of searc

[jira] [Created] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-05 Thread Tim Smith (JIRA)
Tim Smith created LUCENE-5492: - Summary: IndexFileDeleter AssertionError in presence of *_upgraded.si files Key: LUCENE-5492 URL: https://issues.apache.org/jira/browse/LUCENE-5492 Project: Lucene - Core

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-05 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921398#comment-13921398 ] Tim Smith commented on LUCENE-5492: --- to the best of my knowledge, i don't

[jira] [Comment Edited] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-05 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921432#comment-13921432 ] Tim Smith edited comment on LUCENE-5492 at 3/5/14 9:1

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-05 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921432#comment-13921432 ] Tim Smith commented on LUCENE-5492: --- The following FileNotFound exception is fi

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-05 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921452#comment-13921452 ] Tim Smith commented on LUCENE-5492: --- FileNotFound was actually triggered later

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-06 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922646#comment-13922646 ] Tim Smith commented on LUCENE-5492: --- Narrowing it down definitely seeing a refer

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-06 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922847#comment-13922847 ] Tim Smith commented on LUCENE-5492: --- that seems to be the culprit in my IndexWr

[jira] [Commented] (LUCENE-5492) IndexFileDeleter AssertionError in presence of *_upgraded.si files

2014-03-07 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923910#comment-13923910 ] Tim Smith commented on LUCENE-5492: --- Here's what my test is doing: 1. unpac