Random possible analysis error due to IndexOutOfBoundsException caused by FlattenGraphFilter

2018-12-28 Thread Contact IntraCherche
Hi, We are using SOLR 7.4 and with one of our customers we are encountering the same problem as described on StackOverflow https://stackoverflow.com/questions/52783491/solr-indexing-error-possible-analysis-error (no solution provided). From our side what's happening is the following : while

Re: Error IndexOutOfBoundsException

2011-09-16 Thread Erick Erickson
/solr/UsingMailingLists Best Erick On Wed, Sep 14, 2011 at 8:08 AM, Manish Bafna wrote: > Hi, > I am using shards concept to search against multiple cores. > Sometimes, i get IndexOutOfBoundsException, not able to find the exact > scenario when i am getting it. > > Interesting

AW: IndexOutOfBoundsException

2011-02-09 Thread Dominik Lange
...@digicol.de] Gesendet: Mi 09.02.2011 13:58 An: solr-user@lucene.apache.org Betreff: AW: IndexOutOfBoundsException I think we had a similar exception recently when attempting to sort on a multi-valued field ... could that be possible in your case? André -Ursprüngliche Nachricht- Von: Dominik

AW: IndexOutOfBoundsException

2011-02-09 Thread André Widhani
@lucene.apache.org Betreff: IndexOutOfBoundsException hi, we have a problem with our solr test instance. This instance is running with 90 cores with about 2 GB of Index-Data per core. This worked fine for a few weeks. Now we get an exception querying data from one core

IndexOutOfBoundsException

2011-02-09 Thread Dominik Lange
hi, we have a problem with our solr test instance. This instance is running with 90 cores with about 2 GB of Index-Data per core. This worked fine for a few weeks. Now we get an exception querying data from one core : java.lang.IndexOutOfBoundsException: Index: 104, Size: 11 at java.ut

Re: IndexOutOfBoundsException

2008-08-20 Thread Michael McCandless
OK glad to hear that ;) Thanks for bringing closure, Ian! Mike Ian Connor wrote: It looks like it was just RAM. I purchased a PHD PCI2 to test all my RAM from Ultra-X and some modules were just plain bad (some were bad right away and others needed to warm up before failing - I will testing a

Re: IndexOutOfBoundsException

2008-08-20 Thread Ian Connor
It looks like it was just RAM. I purchased a PHD PCI2 to test all my RAM from Ultra-X and some modules were just plain bad (some were bad right away and others needed to warm up before failing - I will testing all my RAM from now on). I have re-index this many times since then and never seen the p

Re: IndexOutOfBoundsException

2008-08-18 Thread Michael McCandless
OK gotchya. Please keep us posted one way or another... Mike Ian Connor wrote: Hi Mike, I am currently ruling out some bad memory modules. Knowing that this is a index corruption, makes memory corruption more likely. If replacing RAM does not fix the problem (which I need to do anyway due t

Re: IndexOutOfBoundsException

2008-08-18 Thread Ian Connor
Hi Mike, I am currently ruling out some bad memory modules. Knowing that this is a index corruption, makes memory corruption more likely. If replacing RAM does not fix the problem (which I need to do anyway due to segmentation faults), I will package up the crash into a reproducible scenario. On

Re: IndexOutOfBoundsException

2008-08-18 Thread Michael McCandless
Hi Ian, I sent this to java-user, but maybe you didn't see it, so let's try again on solr-user: It looks like your stored fields file (_X.fdt) is corrupt. Are you using multiple threads to add docs? Can you try switching to SerialMergeScheduler to verify it's reproducible? When you hi

Re: IndexOutOfBoundsException

2008-08-15 Thread Ian Connor
Ignore that error - I think I installed the Sun JVM incorrectly - this seems unrelated to the error. On Fri, Aug 15, 2008 at 9:01 AM, Ian Connor <[EMAIL PROTECTED]> wrote: > I tried it again (rm -rf /solr/index and post all the docs again) but > this time, I get the error (I also switched to the S

Re: IndexOutOfBoundsException

2008-08-15 Thread Ian Connor
I tried it again (rm -rf /solr/index and post all the docs again) but this time, I get the error (I also switched to the Sun JVM to see if that helped): 15-Aug-08 4:57:08 PM org.apache.solr.core.SolrCore execute INFO: webapp=/solr path=/update params={} status=500 QTime=4576 15-Aug-08 4:57:08 PM o

Re: IndexOutOfBoundsException

2008-08-15 Thread Doug Steigerwald
We actually have this same exact issue on 5 of our cores. We're just going to wipe the index and reindex soon, but it isn't actually causing any problems for us. We can update the index just fine, there's just no merging going on. Ours happened when I reloaded all of our cores for a schem

Re: IndexOutOfBoundsException

2008-08-14 Thread Yonik Seeley
Since this looks like more of a lucene issue, I've replied in [EMAIL PROTECTED] -Yonik On Thu, Aug 14, 2008 at 10:18 PM, Ian Connor <[EMAIL PROTECTED]> wrote: > I seem to be able to reproduce this very easily and the data is > medline (so I am sure I can share it if needed with a quick email to >

Re: IndexOutOfBoundsException

2008-08-14 Thread Ian Connor
I seem to be able to reproduce this very easily and the data is medline (so I am sure I can share it if needed with a quick email to check). - I am using fedora: %uname -a Linux ghetto5.projectlounge.com 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:18:33 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux %java -vers

Re: IndexOutOfBoundsException

2008-08-14 Thread Yonik Seeley
Yikes... not good. This shouldn't be due to anything you did wrong Ian... it looks like a lucene bug. Some questions: - what platform are you running on, and what JVM? - are you using multicore? (I fixed some index locking bugs recently) - are there any exceptions in the log before this? - how re

IndexOutOfBoundsException

2008-08-14 Thread Ian Connor
Hi, I have rebuilt my index a few times (it should get up to about 4 Million but around 1 Million it starts to fall apart). Exception in thread "Lucene Merge Thread #0" org.apache.lucene.index.MergePolicy$MergeException: java.lang.IndexOutOfBoundsException: Index: 105, Size: 33 at org.ap