> 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
.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
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
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
> > 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
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
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.
&
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
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
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
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
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
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
:
---
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
--
;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.
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?
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
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
; 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
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
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
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
22 matches
Mail list logo