Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Fix solr supervisor run command #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaznovac
Copy link

@kaznovac kaznovac commented Oct 5, 2017

Update solr run configuration command to run solr in foreground, otherwise supervisor thinks that running the process failed:
solr FATAL Exited too quickly (process log may have details)

Supervisor tries to restart the process a few times (without success as port has been taken) and then gives up reporting that process has failed although the solr is running, one also cannot stop solr thru supervisor as it thinks that the process is already down.
Note: in this state one cannot stop solr thru supervisor.

Update solr run configuration command to run solr in foreground, otherwise supervisor thinks that running the process failed:
solr                             FATAL     Exited too quickly (process log may have details)

Supervisor tries to restart the process a few times (without success as port has been taken) and then gives up reporting that process has failed although the solr is running, one also cannot stop solr thru supervisor as it thinks that the process is already down.
Note: in this state one cannot stop solr thru supervisor.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant