-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure CrateDB process gets terminated on cr8 sigterm
The CrateDB process leaked if `cr8 run-crate` was killed via a SIGTERM. For example, in a bash script like: cr8 run-crate latest-nightly & N1=$! while ! crash --hosts localhost:4200 -c "select 1" > /dev/null 2>&1; do sleep 1 done jps kill $N1 jps
- Loading branch information
1 parent
7531dde
commit bd05670
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters