SolrCloud keeps crashing

2020-12-21 Thread Victor Kretzer
My setup: 3 SolrCloud 6.6.6 nodes and 3 zookeeper 3.4.14 nodes running on 3 Azure Ubuntu 18.04 LTS VMs (1 solr/1 zk per machine). My issue: Every few days (1-3 days usually) I come on to find 2 of me 3 nodes down. I'm looking at the logs and not seeing an out of memory error. I do see in the so

Setting up SolrCloud Behind Azure Application Gateway

2020-11-12 Thread Victor Kretzer
I'm attempting to set up SolrCloud for use with Sitecore 9.0.2. I want to set up my Azure Application Gateway with a TSL cert. I want a private IP for Sitecore and a public IP for accessing the Solr Admin Dashboard. My goal is to use Application Gateway for the TSL and then route to the backend

RE: Need to update SOLR_HOME in the solr service script and getting errors

2020-09-17 Thread Victor Kretzer
@lucene.apache.org Subject: Re: Need to update SOLR_HOME in the solr service script and getting errors On Wed, Sep 16, 2020 at 02:59:32PM +, Victor Kretzer wrote: > My setup is two solr nodes running on separate Azure Ubuntu 18.04 LTS vms > using an external zookeeper assembly. > I installed S

Need to update SOLR_HOME in the solr service script and getting errors

2020-09-16 Thread Victor Kretzer
My setup is two solr nodes running on separate Azure Ubuntu 18.04 LTS vms using an external zookeeper assembly. I installed Solr 6.6.6 using the install file and then followed the steps for enabling ssl. I am able to start solr, add collections and the like using bin/solr script. Example: /opt/

RE: SolrCloud (6.6.6) SSL Setup - Unable to create collection

2020-09-04 Thread Victor Kretzer
----- From: Victor Kretzer Sent: Thursday, September 3, 2020 3:03 PM To: solr-user@lucene.apache.org Subject: SolrCloud (6.6.6) SSL Setup - Unable to create collection BACKGROUND: I'm attempting to setup SolrCloud (Solr 6.6.6) with an external zookeeper ensemble on Azure. I have three dedica

SolrCloud (6.6.6) SSL Setup - Unable to create collection

2020-09-03 Thread Victor Kretzer
BACKGROUND: I'm attempting to setup SolrCloud (Solr 6.6.6) with an external zookeeper ensemble on Azure. I have three dedicated vms for the zookeeper ensemble and two for solr all running Ubuntu 18.04 LTS. I'm new to Solr (and Linux) and have been heavily relying on the Solr Ref Guide 6.6, most

RE: Using Solr's zkcli.sh

2020-09-02 Thread Victor Kretzer
Vincent -- Your suggestion worked perfectly. After using chmod I'm now able to use the zkcli script. Thank you so much for the quick save. Victor Victor Kretzer Sitecore Developer Application Services GDC IT Solutions Office: 717-262-2080 ext. 151 www.gdcitsolutions.com -Ori

Using Solr's zkcli.sh

2020-09-01 Thread Victor Kretzer
Thank you in advance. This is my first time using a mailing list like this so hopefully I am doing so correctly. I am attempting to setup SolrCloud (Solr 6.6.6) and an external zookeeper ensemble on Azure. I have three dedicated to the zookeeper ensemble and two for solr all running Ubuntu 18.0