Gauthier FRANCOIS created SOLR-8267:
---------------------------------------

             Summary: Status exit code
                 Key: SOLR-8267
                 URL: https://issues.apache.org/jira/browse/SOLR-8267
             Project: Solr
          Issue Type: Task
          Components: SolrCloud
    Affects Versions: 5.3, 5.2.1
         Environment: ALL
            Reporter: Gauthier FRANCOIS
            Priority: Minor


When /etc/init.d/solr status is called and solr service is not running, the 
return exit code is 0 instead 3.

I made some modifications in the /opt/solr/bin/solr file to correct this issue:
 - after line 446: add "exit 3"
 - after line 466: add "exit 3"

This issue appeared with an industrialisation configuration tool (puppet in my 
case) which check if service is running.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to