maoling opened a new pull request, #2680: URL: https://github.com/apache/cassandra/pull/2680
- Making `stop-server` shell out of the box. The original shell needs users to uncomment the snippet to work for them, which's not user-friendly. - The original shotgun approach is also not suitable for the scenario when we have cassandra sidecar process which also has the naming keyword: cassandra. By using the new added `./stop-server -e`, we can kill the `CassandraDaemon` exactly. - Tested by `MacOS 12.1` and `Linux version 5.10.124` - more details in the [CASSANDRA-18838](https://issues.apache.org/jira/browse/CASSANDRA-18838) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

