- Milvus version: 2.4.15-for-gpu
- Deployment mode(standalone or cluster): standalone
- MQ type(rocksmq, pulsar or kafka): rocksmq
- SDK version(e.g. pymilvus v2.0.0rc2): restful api
- OS(Ubuntu or CentOS): 220-Ubuntu SMP Fri Sep 27 13:19:16 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
- CPU/Memory: Intel(R) Xeon(R) Platinum 8350C CPU @ 2.60GHz
- GPU: Nvidia A10 * 4
- Others:
Current Behavior
When I set the TTL (Time-To-Live) for a Milvus collection to ttl=2360024, and concurrently perform vector insertion and vector search tests, while loading 390,000 rows of vectors, it consistently triggers the error:
W20241122 07:19:39.079182 2555 ExceptionTracer.cpp:187] Invalid trace stack for exception of type: milvus::SegcoreError
Expected Behavior
No Error。
Steps To Reproduce
0. running on GPUs
1. Set Collection's TTL
2. insert vector and search vector at the same time, insert qps: 112req/s, search qps: 108req/s
3. running 39w+ vectors inserted, the error `Invalid trace stack for exception of type: milvus::SegcoreError` excepted.
Is there an existing issue for this?
Environment
Current Behavior
When I set the TTL (Time-To-Live) for a Milvus collection to ttl=2360024, and concurrently perform vector insertion and vector search tests, while loading 390,000 rows of vectors, it consistently triggers the error:
W20241122 07:19:39.079182 2555 ExceptionTracer.cpp:187] Invalid trace stack for exception of type: milvus::SegcoreError
Expected Behavior
No Error。
Steps To Reproduce
Milvus Log
milvus-standalone-for-gpu-11221521.log
Anything else?
Milvus.yaml:.log -> .yaml
milvus-yaml.log
milvus-standalone docker-compose:
collection init.py: