; Eileen
>
> -Ursprüngliche Nachricht-
> Von: Zheng Lin Edwin Yeo
> Gesendet: Mittwoch, 14. August 2019 11:27
> An: solr-user@lucene.apache.org
> Betreff: Re: Running Solr as a service
>
> Hi Eileen,
>
> Thanks for the reply.
>
> I am using SolrCloud with
Hi Eileen,
Thanks for the reply.
I am using SolrCloud with external ZooKeeper ensemble.
The service can be started, but the connection to Solr is intermittent. It
will keep losing connection with Solr, and after which, Solr is not
functioning.
Any idea on this issue?
Regards,
Edwin
On Wed, 14
That's a bummer.
Anyhow I'll give it a shot and update this thread if I get anywhere.
Thanks for your help.
On Thu, 18 Feb 2016, 04:30 Shawn Heisey wrote:
> On 2/17/2016 11:37 AM, Binoy Dalal wrote:
> > At my project, we aren't that big on directory and user set up but the
> fact
> > that servi
On 2/17/2016 11:37 AM, Binoy Dalal wrote:
> At my project, we aren't that big on directory and user set up but the fact
> that services can be started and stopped automatically on server reboots
> and ensuring single running copies of the service is of significance.
> Now currently we are running S
Hi Dan,
At my project, we aren't that big on directory and user set up but the fact
that services can be started and stopped automatically on server reboots
and ensuring single running copies of the service is of significance.
Now currently we are running Solr 4.4 but pretty soon we're going to
upg
In addition you also get many advantages like you can start/stop/restart
solr using "service solr stop|start|restart" as mentioned above. You don't
need to launch solr script directly. Also the install scripts take care of
installing/setting up Solr nicely for Production environment. Even you can
So, running solr as a service also runs it as a process. In typical Linux
environments, (based on initscripts), a service is a process installed to meet
additional considerations:
- Putting logs in predictable places where system operators and administrators
expect to see logs - /var/logs
- P