This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
milvus
Watch
1
Star
0
Fork
0
You've already forked milvus
mirror of
https://gitee.com/milvus-io/milvus.git
synced
2024-12-01 11:29:48 +08:00
Code
Issues
Actions
11
Packages
Projects
Releases
Wiki
Activity
e17cf30031
milvus
/
scripts
/
stop.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
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
echo
"stopping milvus"
kill
-9
$(
ps -e
|
grep milvus
|
awk
'{print $1}'
)
Add start.sh and stop.sh, remove them later Signed-off-by: dragondriver <jiquan.long@zilliz.com>
2021-02-05 14:31:40 +08:00
echo
"completed"
Reference in New Issue
Copy Permalink