[Bug]: Data loss after toggling the writeQuota #39238
Labels
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Environment
Current Behavior
I load data into the milvus and flush it to the disk. After this I disable all the incoming writes using limitWriting.forceDeny true. After this I insert docs with same keys (in order to validate whether the DB has disabled all writes or not) and the writes are denied as expected. But when I try to query for the old documents, the documents don't exist, they have disappeared/lost!
Expected Behavior
The documents should be present as is. The document count in collection should not go down to 0.
Steps To Reproduce
Milvus Log
logs.tar.gz
Anything else?
create_milvus.py
get_docs.py
Clientlogs
The text was updated successfully, but these errors were encountered: