risdenk commented on PR #1223:
URL: https://github.com/apache/solr/pull/1223#issuecomment-1349767958

   > You see Solr itself running in PID 127. But the ps command targets PID 
594, which is the PID of the stop script, which sleeps in a loop of 2 seconds.
   
   ok cool thanks @janhoy most likely SOLR_PID is getting set wrong somehow. 
   
   One of these invocations:
   
   ```
   # git grep -nF stop_solr
   solr/bin/solr:840:function stop_solr() {
   solr/bin/solr:905:} # end stop_solr
   solr/bin/solr:1858:          stop_solr "$SOLR_SERVER_DIR" "$port" 
"$STOP_KEY" "$NEXT_PID"
   solr/bin/solr:1879:          stop_solr "$SOLR_SERVER_DIR" "$port" 
"$STOP_KEY" "$CHECK_PID"
   solr/bin/solr:1939:    stop_solr "$SOLR_SERVER_DIR" "$SOLR_PORT" "$STOP_KEY" 
"$SOLR_PID"
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to