Skip to content

Commit

Permalink
Update tools/stress/src/org/apache/cassandra/stress/Stress.java
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Kropachev <[email protected]>
  • Loading branch information
CodeLieutenant and dkropachev authored Oct 21, 2024
1 parent 67f8796 commit 59432cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/stress/src/org/apache/cassandra/stress/Stress.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@ private static void registerSignalHandler() {
Signal.handle(new Signal("ABRT"), handler);
Signal.handle(new Signal("TERM"), handler);
Signal.handle(new Signal("INT"), handler);
Signal.handle(new Signal("TERM"), handler);
Signal.handle(new Signal("INT"), handler);
}
}

0 comments on commit 59432cb

Please sign in to comment.