Re: Exception in DataImportHandler (stack overflow)

2012-05-17 Thread Shawn Heisey
On 5/17/2012 3:01 PM, Dyer, James wrote: Do you think this behavior is because, while the indexing is paused, you reach some type of timeout so either your db or the jdbc cuts the connection? Or, ar you thinking something in the DIH/JDBCDataSource code is causing the connection to drop under

RE: Exception in DataImportHandler (stack overflow)

2012-05-17 Thread Dyer, James
-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Thursday, May 17, 2012 3:56 PM To: solr-user@lucene.apache.org Subject: Re: Exception in DataImportHandler (stack overflow) On 5/15/2012 3:42 PM, Jon Drukman

Re: Exception in DataImportHandler (stack overflow)

2012-05-17 Thread Shawn Heisey
On 5/15/2012 3:42 PM, Jon Drukman wrote: I fixed it for now by upping the wait_timeout on the mysql server. Apparently Solr doesn't like having its connection yanked out from under it and/or isn't smart enough to reconnect if the server goes away. I'll set it back the way it was and try yo

Re: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Jon Drukman
me know if this solves it. If so, we probably should open a bug >> report and get this fixed in DIH. >> >> James Dyer >> E-Commerce Systems >> Ingram Content Group >> (615) 213-4311 >> >> >> -Original Message- >> From: Jon D

Re: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Jon Drukman
ould open a bug > report and get this fixed in DIH. > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Jon Drukman [mailto:jdruk...@gmail.com] > Sent: Tuesday, May 15, 2012 4:12 PM > To: solr-user@

RE: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Dyer, James
. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Jon Drukman [mailto:jdruk...@gmail.com] Sent: Tuesday, May 15, 2012 4:12 PM To: solr-user@lucene.apache.org Subject: Re: Exception in DataImportHandler (stack overflow) i don't think so, my confi

Re: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Jon Drukman
i don't think so, my config is straightforward: i'm triggering the import with: http://localhost:8983/solr/dataimport?command=full-import&clean=true&commit=true On Tue, May 15, 2012 at 2:07 PM, Michael Della Bitta < michael.della.bi...@appinions.com

Re: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Michael Della Bitta
Hi, Jon: Well, you don't see that every day! Is it possible that you have something weird going on in your DDL and/or queries, like a tree schema that now suddenly has a cyclical reference? Michael On Tue, May 15, 2012 at 4:33 PM, Jon Drukman wrote: > I have a machine which does a full update