zilliztech / zilliztech/VectorDBBench
Cleanup after failed runs
@XuanYang-cn is already working on this.
Since Oct 23, 2023.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 438
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
if init_runs failed with abrupt run what is the way to clean this ?
I inspect and below process shows up :
and I ran $sudo init_run &
ubuntu 154341 149419 0 18:23 pts/2 00:00:00 /home/ubuntu/venv/bin/python3 /home/ubuntu/venv/bin/init_bench
ubuntu 154342 154341 0 18:23 pts/2 00:00:18 /home/ubuntu/venv/bin/python3 /home/ubuntu/venv/bin/streamlit run /home/ubuntu/venv/lib/python3.11/site-packages/vectordb_bench/frontend/vdb_benchmark.py --logger.level info --theme.base light --theme.primaryColor #3670F2 --theme.secondaryBackgroundColor #F0F2F6
ubuntu 154875 154342 0 18:25 pts/2 00:00:00 /home/ubuntu/venv/bin/python3 -c from multiprocessing.resource_tracker import main;main(34)
Obviously I can kill them but can we know the cleanups steps or any script to kill them automatically ?
thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.