mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +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"
|
|
|