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