Re: HTTPSolrClient - help required

2021-06-29 Thread Reej M
Oh ok Walter. For the moment, we too cannot update to cloudsolrclient, and we are trying to find a way to resume the connections for now, and later work on the code cleanup. Thanks > On 30 Jun 2021, at 12:49 AM, Walter Underwood wrote: > > CloudSolrClient is not an absolute requirement for a

Re: HTTPSolrClient - help required [Singleton Recommended?]

2021-07-01 Thread Reej M
throughout the application, something like a singleton? Im afraid if in a multi threaded env one thread shouldn’t hold the processing until the other completes. Kindly advise. Thanks Reej > On 30 Jun 2021, at 2:13 PM, Reej M wrote: > > Oh ok Walter. > For the moment, we too cann

Could not load collection from ZK (worked in solr4, failing in solr8) - Help Needed

2021-07-08 Thread Reej M
Hi All, We are upgrading from solr 4 to solr 8. Updated the solr server to solr8.8.2, solrj8.8.2. We are trying to resume the code and in one place where we are trying to get a collection from clusterstate. Code used is as below Clusterstate clusterState = null; For(SearchSolrZookeeper zk:livez

Re: Could not load collection from ZK (worked in solr4, failing in solr8) - Help Needed

2021-07-08 Thread Reej M
> On 8 Jul 2021, at 7:00 PM, Reej M wrote: > > Hi All, > > We are upgrading from solr 4 to solr 8. Updated the solr server to solr8.8.2, > solrj8.8.2. > We are trying to resume the code and in one place where we are trying to get > a collection from clusterstat

MaxConnections and MaxconnectionsPerHost. (Solr 4 and Solr 8)

2021-07-15 Thread Reej M
Hi Team, Want an advise on this property maxConnections and maxconnectionsperhost. We were using solr 4 and on searching in google I found the default max connections per host is 20 in solr4 , and it is 10in solr 8. Can you please help me to understand the below 1. So in Solr 4, only 20 req

Cloudsolrclient.getclusterstateprovider - returns incorrect base_url [http instead of https] - Urgent pls help

2021-07-21 Thread Reej M
Hi Team, We have enabled ssl. Solr version 8.8.2, zk - 3.6.3 When we try to get the base url using cloudsolrclient.getclusterstateprovider, it returns http url instead of HTTPS. Please find the screenshots while I debug, Code used From solr admin server - using /solr/admin/collection?action=C

Re: Cloudsolrclient.getclusterstateprovider - returns incorrect base_url [http instead of https] - Urgent pls help

2021-07-21 Thread Reej M
;> solr admin page we are able to access using https url and can see the >>>> clusterstatus with base_url having https node url >>>> Not sure how through java it is different >>>> >>>> >>>> *Thanks,* >>>> *Reej* >>>

Re: ConcurrentUpdateSolrClient stall prevention bug in Solr 8.4+

2021-08-13 Thread Reej M
Hi Team, Have any of you found a solution for the Task Queue processing has stalled for 20077 ms with 0 remaining elements to process. We are using solr 8.8.2, randomly we get this error while indexing. Is there any way we need to tune the solr.autocommit.maxtime? For few cores we have it as 1

Re: Help Needed: Distributed update Async Exception solr 8.8.2 - Update

2021-08-24 Thread Reej M
Hi All, I’ve went through the section "Ignoring Commits from Client Applications in SolrCloud” in the solr 8.8 documentation. Our Java application is issuing a commit after indexing, so as of I understood from the document, when running in cloud mode, the applications should not explicitly se

Solr Windows Service / Running solr in the background

2021-09-01 Thread Reej M
Hi All, For now we are running solr cloud starting it from the command prompt as below from the 2 servers for starting the 2 nodes Server 1 & Server 2 bin\solr start -cloud -p 3883 -s “server\solr\cloud\node\solr” bin\solr start -cloud -p 9883 -s “server\solr\cloud\node\solr” But if we close th

No live solr servers & Invalid key request timestamp error

2021-12-07 Thread Reej M
Hi All, We are using solr cloud (V8.8.2). Yesterday we noticed this error from 3 am to 4am PKIAuthenticationPlugin : Invalid Keyrequest timestamp:1638906938935, received timestamp : 1638906962821 TTL:15000 Also, during indexing, we are having the exception “No live SolrServers available to ha