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
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
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
> 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
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
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
;> 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*
>>>
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
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
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
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
11 matches
Mail list logo