bryancall commented on issue #9900: URL: https://github.com/apache/trafficserver/issues/9900#issuecomment-4828019563
This was fixed by https://github.com/apache/trafficserver/pull/10908, first released in 10.0.0. The root cause was that the do_stop() function in the trafficserver rc script matched the running process with start-stop-daemon's `--name traffic_server`, but the server renames its main thread to "[TS_MAIN]" at startup, so start-stop-daemon never matched it and reported "No traffic_server found running; none killed". The fix changes the stop logic to match `--name '[TS_MAIN]'`, so `trafficserver stop` now terminates the process cleanly without needing kill -9. Closing as resolved. Please reopen if you still see this on 10.0.0 or later. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
