Closed lxl0928 closed 9 months ago
@lxl0928 there is no info around 17:21 to 18:40 in the attached logs, and there is no logs about the collection "prodFaceV202307", so we cannot figure out what happened? could you please reproduce the issue and collect the logs again? also please ensure how many vectors did you insert, and do you have any delete operations?
/assign @lxl0928 /unassign
因为有上述的sync distribution failed, cannot get schema of collection
、logs-from-standalone-in-core-milvus-milvus-standalone-58d6cbd646-zmswd.log 报错,日志增长很快,相关日志未及时导出,正在复现中。
新发现问题,在vector insert 过程中,insert了9.1w+ vectors,但是仍未生成相关segments,如果segments未及时落盘持久化,是不是存在丢数据的可能。
@lxl0928 there is no info around 17:21 to 18:40 in the attached logs, and there is no logs about the collection "prodFaceV202307", so we cannot figure out what happened? could you please reproduce the issue and collect the logs again? also please ensure how many vectors did you insert, and do you have any delete operations?
/assign @lxl0928 /unassign
在11月27日11:00 ~ 12:00 期间,删除了120+ Collections(不包含"prodFaceV202307","prodFaceV202307"为新建Collection),每个Collections包含1180个partitions。
在做120+Collections删除前业务侧(11月26日 16:00 ~ 17:00期间)已发现相关特征检索不到。
@lxl0928 do you have multiple milvuses that running against the same minio/s3 bucket?
@lxl0928 do you have multiple milvuses that running against the same minio/s3 bucket?
有5套 milvus,分别是:cluster-milvus、core-milvus、qa-millvus、unqa-milvus、backup-milvus,分别对应的5个 bucket,确认配置,未出现多个milvus使用同一个bucket的情况。
@yanliang567 今天成功复现了insert vectors过程中,出现vectors被milvus未知机制清理的情况。
但因为包含sync distribution failed, cannot get schema of collection、logs-from-standalone-in-core-milvus-milvus-standalone-58d6cbd646-zmswd.log 中所描述的报错
所以在复现期间日志量较大,10.2GB,日志下载链接:https://sensoro-backup-xining.oss-cn-beijing.aliyuncs.com/tmp/cluster-milvus-milvus-standalone-64bcc6f577-968s2.log.gz/cluster-milvus-milvus-standalone-64bcc6f577-968s2.log.gz
辛苦帮忙看下。
/assign @congqixia please help to take a look
/unassign
@lxl0928
@yanliang567 今天成功复现了insert vectors过程中,出现vectors被milvus未知机制清理的情况。
但因为包含sync distribution failed, cannot get schema of collection、logs-from-standalone-in-core-milvus-milvus-standalone-58d6cbd646-zmswd.log 中所描述的报错
所以在复现期间日志量较大,10.2GB,日志下载链接:https://sensoro-backup-xining.oss-cn-beijing.aliyuncs.com/tmp/cluster-milvus-milvus-standalone-64bcc6f577-968s2.log.gz/cluster-milvus-milvus-standalone-64bcc6f577-968s2.log.gz
辛苦帮忙看下。
the 10.2GB link file has only 600MB size and cannot be opened
当特征实时写入Milvus时,发现Milvus每隔一段时间,会清理写入的特征,且相关Colleciton未配置ttl
from the sceenshot, the approximated row count does not remove deleted rows. Just to make sure, do you have any deletion in your system. Since deleted rows will be remove only after compaction.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
Is there an existing issue for this?
Environment
Current Behavior
当特征实时写入Milvus时,发现Milvus每隔一段时间,会清理写入的特征,且相关Colleciton未配置ttl
查看collection配置如下:
Expected Behavior
特征写入成功后,不被Milvus自身机制清理。
Steps To Reproduce
No response
Milvus Log
11月16日 milvus启动时日志.log
12月27日17:21 ~ 12月27日 18:40 发现vector被Milvus未知机制删除15w+特征的全量日志 <待补充>
12月27日 20:01时日志
logs-from-standalone-in-core-milvus-milvus-standalone-58d6cbd646-zmswd.log
Anything else?
No response