[
https://issues.apache.org/jira/browse/BIGTOP-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14158342#comment-14158342
]
Rajendra commented on BIGTOP-1478:
----------------------------------
The solr initialization script bigtop-packages/src/common/solr/install_solr.sh
has the following code :
if [ "$1" = "run" -a -n "$SOLRD_WATCHDOG_TIMEOUT" ] ; then
tomcat_watchdog &
fi
When invoked with the "run" argument this code invokes the tomcat_watchdog
function that checks the status of the solr server. It appears that this
behavior is also applicable when this script is invoked with the "start"
argument (e.g. as happens when we do a "service solr start" or "service solr
restart"
> Start tomcat watchdog as part of solr init scripts
> --------------------------------------------------
>
> Key: BIGTOP-1478
> URL: https://issues.apache.org/jira/browse/BIGTOP-1478
> Project: Bigtop
> Issue Type: Improvement
> Components: solr
> Reporter: Rajendra
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)