SimonWei

Results 10 comments of SimonWei

``` milvus_cli > list collections ['_44ddc64b_d19e_4550_8e6c_57b9a4bc9ec5', '_8092dbac_82e4_4c8d_968a_29116071e4b4', '_8f73dff6_dceb_4edb_8ca4_3b26f870e00f'] ```

[milvus-standalone.log](https://github.com/milvus-io/milvus/files/13839355/milvus-standalone.log)

> [milvus-standalone.log](https://github.com/milvus-io/milvus/files/13839355/milvus-standalone.log) @yanliang567 Here is standalone milvus log.

I deploy milvus on k8s standalone machine. ```bash [root@standalone-amd64-a800-xxx-2 ~]# kubectl get po -o wide -n component | grep milvus milvus-default-etcd-0 1/1 Running 0 23h 10.224.0.111 standalone-amd64-a800-xx-2 milvus-default-standalone-cc8d4dbf6-868zx 1/1 Running...

There is milvus log that after I restarted milvus standalone. [milvus-standalone-restart.log](https://github.com/milvus-io/milvus/files/13839423/milvus-standalone-restart.log)

> Is that some milvus data loss from minio? I check milvus `file/stats_log` in minio, this is result. ![image](https://github.com/milvus-io/milvus/assets/119845914/34986ab6-f506-4668-a632-f47d619ccad1)

同样的问题 --- LMDeploy: `openmmlab/lmdeploy:v0.7.3-cu12` - k8s yaml文件中的启动参数 ```yaml command: ["/bin/sh", "-c"] args: ["lmdeploy serve api_server Qwen2.5-14B-Instruct --tp 4 --server-port 8000 --cache-max-entry-count 0.8 --log-level INFO --tool-call-parser qwen"] ``` - 流式:异常 -...