milvus/scripts/stop.sh
zhenshan.cao b0b8f58192
Fix bug: search timeout (#5557)
* Fix bug: search timeout

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>

* Add log and fix unittest bug

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
2021-06-03 14:58:34 +08:00

6 lines
92 B
Bash
Executable File

echo "stopping milvus"
kill -9 $(ps -e | grep milvus | awk '{print $1}')
echo "completed"