scylladb / cassandra-stress

Apache License 2.0
4 stars 6 forks source link

Make `c-s` to print stacktrace of all threads when it is getting forcefully killed, say getting `SIGKILL` and `SIGABRT`. #25

Open dkropachev opened 5 hours ago

dkropachev commented 5 hours ago

We have couple of cases when c-s stucks not generating any traffic and even not terminating in time. To investigate it furthere we need to have ability to see what threads are doing.

CodeLieutenant commented 4 hours ago

Is there any way to reproduce this issue?