milvus icon indicating copy to clipboard operation
milvus copied to clipboard

[Bug]: Duplicate data is automatically added

Open SunilWang opened this issue 8 months ago • 31 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Environment

- Milvus version:2.4.5
- Deployment mode(standalone or cluster): standalone
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2): "@zilliz/milvus2-sdk-node": "^2.4.3",
- OS(Ubuntu or CentOS): CentOS
- CPU/Memory: cpu 80核、128GB
- GPU: 3090
- Others:

Current Behavior

Two things can happen:

  1. After I inserted 256 pieces of data with Node.js SDK, and then deleted all the data and inserted the data again, there would be a lot of repetitive data.
  2. What is even weirder is that I created a Collection with the same structure as others in the same database, and as soon as it was established, new data would be generated constantly!! I'm not doing any data insertion.

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

SunilWang avatar Jun 25 '24 01:06 SunilWang