[Bug]: The collections/flush api does not take effect after execution #39546
Labels
feature/restful v2
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Is there an existing issue for this?
Environment
Current Behavior
test code
There are two points indicating that the flush interface is not actually executing:
The execution time is too short. Even for small data flush operations, it usually takes about 3 seconds, but the RESTful flush interface returns very quickly
Before and after the flush, the number of entities does not change to reflect the actual number of insertions
From the subsequent logs, we can see that using the flush interface through pymilvus can make the number of entities change to the actual number of inserted rows
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: