mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
b0b8f58192
* 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>
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
echo "stopping milvus"
|
|
kill -9 $(ps -e | grep milvus | awk '{print $1}')
|
|
|
|
echo "completed"
|
|
|