Solr configured for SSL always using plain text when talking to Zookeeper secure port

2021-09-16 Thread Robert Pearce
Hello, I have a question regarding Solr and Zookeeper configured for SSL. Simply, does Solr default to non-SSL when connecting with the Zookeeper secure port on localhost? Solr 8.9, Zookeeper 3.6.2 One Zookeeper instance configured for SSL One Solr instance configured for SSL, pointing at ZK se

Re: Solr & Kubernetes - how to configure the liveness

2021-10-27 Thread Robert Pearce
Take a look at the cores REST API, something like http://localhost:8983/solr/admin/cores?action=STATUS&wt=json Any failed cores will be in ‘initFailures’; cores which started will be under “status” Rob > On 27 Oct 2021, at 16:28, Vincenzo D'Amore wrote: > > Hi all, > > when a Solr instance

Re: Solr & Kubernetes - how to configure the liveness

2021-10-27 Thread Robert Pearce
HI Rob, thanks for your help. > Do you know if in case of failure (initFailures not empty) > /solr/admin/cores changes the http status code of the response in 500 (or > everything that is not 200) ? > >> On Wed, Oct 27, 2021 at 6:13 PM Robert Pearce wrote: >> >>

Re: Migrating from Solr 7.5 to Solr 8.9

2021-11-12 Thread Robert Pearce
I remember we had an issue with duplicates being created when we moved from 6.6.1 to 8.4.0. One of our cores had a dynamic field definition which was stored but not indexed. We would add an existing document to the core and a duplicate of it would appear; add it again and another duplicate. We

Re: [EXT] Re: Starting Solr 8 with Java 8 and SSL

2021-12-13 Thread Robert Pearce
This threw me for a while when I worked on it. Visit this page https://cwiki.apache.org/confluence/plugins/servlet/mobile?contentId=55153140#content/view/55153140 You need to treat Solr as a Zookeeper client and add the six system properties it recommends for ziCli.sh to your Solr.in.sh or simila

Re: [EXT] Re: Starting Solr 8 with Java 8 and SSL

2021-12-13 Thread Robert Pearce
Apologies for any typos, using a phone > On 13 Dec 2021, at 14:27, Horton, Alan > wrote: > > Initially a series of sessionExpiredExceptions: > > Eventually a timeoutException: > > > Thanks > > > -Original Message- > From: Gus Heck > Sent: 13 December 2021 14:10 > To: users@sol

Re: How do you upgrade log4j 2.16.0 to log4js 2.17.1?? (Solr 8.11.1)

2022-03-11 Thread Robert Pearce
We simply deleted the earlier versions of the log4j jars from the server/lib/ext folder and replaced them with 2.17.1 versions, and restarted Solr. Works normally > On 11 Mar 2022, at 13:29, Heller, George A III CTR (USA) > wrote: > > We have a Solr 8.11.1 installation we are getting ready t