Okay. Thanks Shawn.
I am using Chef for deploying SolrCloud as a service. The chef-client runs
every 30 minutes and hence the script "install_solr_service" runs every 30
minutes. I changed that.
On Fri, May 19, 2017 at 5:20 PM, Shawn Heisey wrote:
> On 5/19/2017 5:05 PM, Chetas Joshi wrote:
> >
On 5/19/2017 5:05 PM, Chetas Joshi wrote:
> If I don't wanna upgrade and there is an already installed service, why
> should it be exit 1 and not exit 0? Shouldn't it be like
>
> if [ ! "$SOLR_UPGRADE" = "YES" ]; then
>
> if [ -f "/etc/init.d/$SOLR_SERVICE" ]; then
>
> print_usage "/etc/i
I found the reason why this is happening!
I am using chef and running install_sol_service.sh with option -n -f. So,
every time chef-client runs it is stopping the already running solr
instance. Now, I have removed option -f (no upgrade) but running into an
error.
I have a question on the following
Hello,
I am trying to set up a solrCloud (6.5.0/6.5.1). I have installed Solr as a
service.
Every time I start solr servers, they come up but one by one the
coreContainers start shutting down on their own within 1-2 minutes of their
being up.
Here are the solr logs
2017-05-19 20:45:30.926 INFO