: solr-user@lucene.apache.org
Sent: Sat, Sep 24, 2011 18:11:20 GMT+00:00
Subject: RE: JdbcDataSource and threads
My guess on this is that you're making a LOT of database requests and have a
million TIME-WAIT connections, and your port range for local ports is
running out.
You should first conf
My guess on this is that you're making a LOT of database requests and have a
million TIME-WAIT connections, and your port range for local ports is
running out.
You should first confirm that's true by running netstat on the machine while
the load is running. See if it gives a lot of output.
One w
24)
>at
> org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator. t>(JdbcDataSource.java:238)
>... 17 more
>
> -Original Message-
> From: Rahul Warawdekar [mailto:rahul.warawde...@gmail.com]
> Sent: Friday, September 23, 2011 11:21 AM
> To: solr
... 17 more
-Original Message-
From: Rahul Warawdekar [mailto:rahul.warawde...@gmail.com]
Sent: Friday, September 23, 2011 11:21 AM
To: solr-user@lucene.apache.org
Subject: Re: JdbcDataSource and threads
I am using Solr 3.1.
But you can surely try the patch with 3.3.
On Fri, Sep 23,
Maria
>
>
> -Original Message-
> From: Rahul Warawdekar [mailto:rahul.warawde...@gmail.com]
> Sent: Thursday, September 22, 2011 12:46 PM
> To: solr-user@lucene.apache.org
> Subject: Re: JdbcDataSource and threads
>
> Hi,
>
> Have you applied the pat
t: Re: JdbcDataSource and threads
Hi,
Have you applied the patch that is provided with the Jira you mentioned
?
https://issues.apache.org/jira/browse/SOLR-2233
Please apply the patch and check if you are getting the same exceptions.
It has worked well for me till now.
On Thu, Sep 22, 2011 at 3:17 PM, Va
Hi,
Have you applied the patch that is provided with the Jira you mentioned ?
https://issues.apache.org/jira/browse/SOLR-2233
Please apply the patch and check if you are getting the same exceptions.
It has worked well for me till now.
On Thu, Sep 22, 2011 at 3:17 PM, Vazquez, Maria (STM) <
maria