RE: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-10-19 Thread Markus Jelsma
> Sent: Thursday 19th October 2017 13:45 > To: solr-user@lucene.apache.org > Subject: RE: SolrJ 6.6.0 Connection pool shutdown now with stack trace > > Hello, > > We are having this problem again, now it affects the front-end too, the logs > are littered with Zookeeper co

RE: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-10-19 Thread Markus Jelsma
.org > Subject: Re: SolrJ 6.6.0 Connection pool shutdown now with stack trace > > On 7/18/2017 5:10 AM, Markus Jelsma wrote: > > The problem was never resolved but Shawn asked for the stack trace, here it > > is: > > > Caused by: java.lang.IllegalState

Re: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-07-18 Thread Shawn Heisey
On 7/18/2017 5:10 AM, Markus Jelsma wrote: > The problem was never resolved but Shawn asked for the stack trace, here it > is: > Caused by: java.lang.IllegalStateException: Connection pool shut down > at org.apache.http.util.Asserts.check(Asserts.java:34) As I suspected, it is th

RE: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-07-18 Thread Markus Jelsma
times, briefly, very high. Usually very low. These specific checks are executed in order, not concurrently. Thanks, Markus -Original message- > From:Susheel Kumar > Sent: Tuesday 18th July 2017 15:17 > To: solr-user@lucene.apache.org > Subject: Re: SolrJ 6.6.0 Connection pool

Re: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-07-18 Thread Susheel Kumar
> > To: solr-user@lucene.apache.org > > Subject: Re: SolrJ 6.6.0 Connection pool shutdown now with stack trace > > > > Do you see any errors etc. in solr.log during this time? > > > > On Tue, Jul 18, 2017 at 7:10 AM, Markus Jelsma < > markus.jel...@openind

RE: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-07-18 Thread Markus Jelsma
Hello Susheel, No, nothing at all. I've check all six nodes, they are clean. Thanks, Markus -Original message- > From:Susheel Kumar > Sent: Tuesday 18th July 2017 14:30 > To: solr-user@lucene.apache.org > Subject: Re: SolrJ 6.6.0 Connection pool shutdown now

Re: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-07-18 Thread Susheel Kumar
lStateException: > Connection pool shut down > at org.apache.solr.client.solrj.impl.LBHttpSolrClient. > doRequest(LBHttpSolrClient.java:485) > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request( > LBHttpSolrClient.java:388) > at org.apache.solr.client.solrj.impl.CloudSolrClient. &

RE: SolrJ 6.6.0 Connection pool shutdown now with stack trace

2017-07-18 Thread Markus Jelsma
The problem was never resolved but Shawn asked for the stack trace, here it is: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalStateException: Connection pool shut down at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:485) at

RE: SolrJ 6.6.0 Connection pool shutdown

2017-06-29 Thread Markus Jelsma
e 2017 15:38 > To: solr-user > Subject: Re: SolrJ 6.6.0 Connection pool shutdown > > One thing to check is whether there is a firewall between the client > and the server. They - sometimes - cut the silent connections in the > _middle_ (at the firewall). The usual solution is kee

Re: SolrJ 6.6.0 Connection pool shutdown

2017-06-29 Thread Alexandre Rafalovitch
One thing to check is whether there is a firewall between the client and the server. They - sometimes - cut the silent connections in the _middle_ (at the firewall). The usual solution is keepAlive request of some kind or not using the connection pool. One way to check is with network tracer like

RE: SolrJ 6.6.0 Connection pool shutdown

2017-06-29 Thread Markus Jelsma
t; Sent: Tuesday 27th June 2017 23:02 > To: solr-user@lucene.apache.org > Subject: Re: SolrJ 6.6.0 Connection pool shutdown > > On 6/27/2017 6:50 AM, Markus Jelsma wrote: > > We have a proces checking presence of many documents in a collection, just > > a simple client.g

Re: SolrJ 6.6.0 Connection pool shutdown

2017-06-27 Thread Shawn Heisey
ServerException: > java.lang.IllegalStateException: Connection pool shut down > > Then, as suddenly as it appeared, it's gone again a no longer a problem. I > would expect SolrJ not to throw this but to wait until it the connection > pool, or whatever mechanism is there, to recover. > > Did i

SolrJ 6.6.0 Connection pool shutdown

2017-06-27 Thread Markus Jelsma
Hi, We have a proces checking presence of many documents in a collection, just a simple client.getById(id). It sometimes begins throwing lots of these exceptions in a row: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalStateException: Connection pool shut down Then, as

Re: Connection pool shutdown error

2015-03-19 Thread Andrea Gazzarini
: --- Exception in thread "main" org.springframework.data.solr.UncategorizedSolrException: Error executing query; nested exception is org.apache.solr.client.solrj.SolrServerException: Error executing query ... Caused by: java.lang.IllegalStateException: Connection pool shut down --

Connection pool shutdown error

2015-03-19 Thread phiroc
;main" org.springframework.data.solr.UncategorizedSolrException: Error executing query; nested exception is org.apache.solr.client.solrj.SolrServerException: Error executing query ... Caused by: java.lang.IllegalStateException: Connection pool shut down - I have tried changing Core API version (4.

Re: DIH using a connection pool

2012-05-24 Thread Lance Norskog
date rate.  Ideally I > would need DIH using a connection pool.  Looking at DIH code and faq I > noticed that I can configure a connection pool and expose it via jndi > for the JDBCDataSource to use it.  My question is: is this they way to > go for integrating a connection pool with DIH?

DIH using a connection pool

2012-05-24 Thread Esteban Donato
acceptable with this update rate.  Ideally I would need DIH using a connection pool.  Looking at DIH code and faq I noticed that I can configure a connection pool and expose it via jndi for the JDBCDataSource to use it.  My question is: is this they way to go for integrating a connection pool with

Re: Connection Pool

2010-05-18 Thread Lance Norskog
t;> On Fri, May 14, 2010 at 6:44 AM, gabriele renzi wrote: >> > On Fri, May 14, 2010 at 3:35 PM, Anderson vasconcelos >> > wrote: >> >> Hi >> >> I wanna to know if has any connection pool client to manage the >> connections >> >> with solr

Re: Connection Pool

2010-05-16 Thread Monmohan Singh
; On Fri, May 14, 2010 at 6:44 AM, gabriele renzi wrote: > > On Fri, May 14, 2010 at 3:35 PM, Anderson vasconcelos > > wrote: > >> Hi > >> I wanna to know if has any connection pool client to manage the > connections > >> with solr. In my system, we have a

Re: Connection Pool

2010-05-15 Thread Lance Norskog
willing to root around in the SolrJ Server code and understand exactly how it works, stay with the SUSS. On Fri, May 14, 2010 at 6:44 AM, gabriele renzi wrote: > On Fri, May 14, 2010 at 3:35 PM, Anderson vasconcelos > wrote: >> Hi >> I wanna to know if has any connection poo

Re: Connection Pool

2010-05-14 Thread gabriele renzi
On Fri, May 14, 2010 at 3:35 PM, Anderson vasconcelos wrote: > Hi > I wanna to know if has any connection pool client to manage the connections > with solr. In my system, we have a lot of concurrency index request. I cant > shared my  connection, i need to create one per transacti

Connection Pool

2010-05-14 Thread Anderson vasconcelos
Hi I wanna to know if has any connection pool client to manage the connections with solr. In my system, we have a lot of concurrency index request. I cant shared my connection, i need to create one per transaction. But if i create one per transaction, i think the performance will down. How you