Re: StackOverflowError during Delta-Import

2010-05-22 Thread Blargy
Forgot to mention, the entity that is causing this is the root entity -- View this message in context: http://lucene.472066.n3.nabble.com/StackOverflowError-during-Delta-Import-tp811053p837451.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: StackOverflowError during Delta-Import

2010-05-22 Thread Blargy
Narrowed down the issues to this block in in DocBuilder.java in the collectDelta method. Any ideas? Set> deletedSet = new HashSet>(); Set> deltaRemoveSet = new HashSet>(); while (true) { Map row = entityProcessor.nextDeletedRowKey(); if (row == null) break;

Re: StackOverflowError during Delta-Import

2010-05-17 Thread Blargy
I just found out if I remove my deletedPkQuery then the import will work. Is it possible that the there is some conflict between my delta indexing and my delta deleting? Any suggestions? -- View this message in context: http://lucene.472066.n3.nabble.com/StackOverflowError-during-Delta-Import-t

Re: StackOverflowError during Delta-Import

2010-05-17 Thread Blargy
Is there anymore information I can post so someone can give me a clue on whats happening? -- View this message in context: http://lucene.472066.n3.nabble.com/StackOverflowError-during-Delta-Import-tp811053p824516.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: StackOverflowError during Delta-Import

2010-05-12 Thread Blargy
Mike, This only happens when I attempt to do a delta-import without first deleting the index dir before doing a full-index. For example these will work correctly. 1) Delete /home/corename/data 2) Full-Import 3) Delta-Import However I attempt to do the following, it will result in an error 1)

Re: StackOverflowError during Delta-Import

2010-05-11 Thread Mike
Blargy wrote: Posted a few weeks ago about this but no one seemed to respond. Has anyone seen this before? Why is this happening and more importantly how can I fix it? Thanks in advance! May 11, 2010 12:05:45 PM org.apache.solr.handler.dataimport.DataImporter doDeltaImport SEVERE: Delta Import F

Re: StackOverflowError during Delta-Import

2010-05-11 Thread Blargy
FYI I am using the mysql-connector-java-5.1.12-bin.jar as my JDBC driver -- View this message in context: http://lucene.472066.n3.nabble.com/StackOverflowError-during-Delta-Import-tp811053p811058.html Sent from the Solr - User mailing list archive at Nabble.com.