StreamingSolrClients intermittent Error SolrCloud setup

2019-02-26 Thread abhishek_itengg
Hi, I am using SolrCloud setup with 3 SolrNodes. Intermittently we see errors of streaming solr clients on individual solr node logs. These error do resolved automatically but it comes back every now and then. We have 3 zookeepers and I verified that they have always maintained quorum. Is there a

Re: SolrCloud fails to restart after rebooting

2019-02-26 Thread abhishek_itengg
Shawn, As you mentioned, it was indeed a problem with my network. The port 2888 was blocked restricting zookeeper communication its peers. Thanks, Abhi -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SolrCloud fails to restart after rebooting

2019-02-23 Thread abhishek_itengg
Hi Erick, 1) I verified the presence of solr.xml file at SOLR_HOME directory on all the three servers. 2) I am starting the SOLR nodes in the cloud mode. Its configured as NSSM windows service. solr start -cloud -f -p 8983 -z "10.**.**.208:2181,10.**.37.**:2181,10.**.38.**:2181" Everything was

Re: SolrCloud fails to restart after rebooting

2019-02-23 Thread abhishek_itengg
Hi Frankie, Excuse my ignorance here as I am really new to the ZK and SolrCloud world. Could you guide me where can I see the ZK logs, I really do not see any folder for logs in zookeeper directory. Thanks, Abhi -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SolrCloud fails to restart after rebooting

2019-02-23 Thread abhishek_itengg
Hi Edwin, No, the 3 solr nodes are each of an individual server tied with their own zookeeper instance. So basically 1ZK +1Solr Node instance on each three servers. Thanks, Abhi -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

SolrCloud fails to restart after rebooting

2019-02-23 Thread abhishek_itengg
Facing an issue where SolrCloud cluster fails to initialize or come back up post restart of the servers. I have a solrcloud setup with 3 solr nodes with embedded zookeeper. Had to restart the servers due to windows patching. Below is the error I get:- HTTP ERROR 500 Problem accessing /solr/.

is Solr version 6.6.2 supported by SolrCloud on AWS EC2

2018-12-12 Thread abhishek_itengg
Hi, I am reviewing the ref guide for Solr 7.2 for SolrCloud on AWS EC2. href="https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html;>solr guide 7.2 The ask is to implement solr cloud on AWS for the Sitecore 9.0 application, which only supports solr 6.6.2 Questions:- (I) Does