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

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/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-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 jdruk...@gmail.com wrote: I have a machine which

Re: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Jon Drukman
i don't think so, my config is straightforward: dataConfig dataSource type=JdbcDataSource driver=com.mysql.jdbc.Driver url=jdbc:mysql://x/xx user=x password=x batchSize=-1 / document entity name=content query=select content_id, description, title, add_date

RE: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Dyer, James
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@lucene.apache.org Subject: Re: Exception in DataImportHandler (stack overflow

Re: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Jon Drukman
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@lucene.apache.org Subject: Re: Exception in DataImportHandler (stack

Re: Exception in DataImportHandler (stack overflow)

2012-05-15 Thread Jon Drukman
-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 config