piuma opened a new pull request #170: URL: https://github.com/apache/solr/pull/170
https://issues.apache.org/jira/browse/SOLR-15469 # Description When more instances of solr run on the same machine. The bash script solr fail to get correct pid of process. This cause problems to get status information or when stop/restart solr instance. In optical to use solr like a cluster service this is essential for the cluster to know the healt of service. # Solution I used $SOLR_HOME in grep expression to recognize the right process on which you want to operate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
