Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: count(*) returns a result that exceeds the actual number #33415

Open
1 task done
Ice-YcY opened this issue May 27, 2024 · 4 comments
Open
1 task done

[Bug]: count(*) returns a result that exceeds the actual number #33415

Ice-YcY opened this issue May 27, 2024 · 4 comments
Assignees
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@Ice-YcY
Copy link

Ice-YcY commented May 27, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:2.4.1
- Deployment mode(standalone or cluster):cluster
- MQ type(rocksmq, pulsar or kafka):  kafka  
- SDK version(e.g. pymilvus v2.0.0rc2):java 2.4.1
- OS(Ubuntu or CentOS): CentOS
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

Insert into the data set without update operation:
Final number of results: 49219
But during insert, execute count(*) query per minutes, sometimes returns 52571

Expected Behavior

without update , only insert operation.
count(*) query should less than or equals Final number of results.

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

@Ice-YcY Ice-YcY added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 27, 2024
@xiaofan-luan
Copy link
Collaborator

can you show your scripts?

@Ice-YcY
Copy link
Author

Ice-YcY commented May 28, 2024

insert:
milvusServiceClient.insert(insertParam);
count:
milvusServiceClient.query(queryParam);

only use these java sdk

@yanliang567
Copy link
Contributor

/assign @aoiasd
/unassign

@sre-ci-robot sre-ci-robot assigned aoiasd and unassigned yanliang567 May 29, 2024
@yanliang567 yanliang567 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 29, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.3, 2.4.4, 2.4.5 May 29, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.5, 2.4.6 Jun 26, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.6, 2.4.7 Jul 19, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.7, 2.4.8 Aug 12, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.8, 2.4.10 Aug 19, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.10, 2.4.11 Sep 5, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.11, 2.4.12 Sep 18, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.12, 2.4.13 Sep 27, 2024
@yanliang567 yanliang567 removed this from the 2.4.13 milestone Oct 15, 2024
@yanliang567 yanliang567 added this to the 2.4.14 milestone Oct 15, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.14, 2.4.16 Nov 14, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.16, 2.4.17, 2.4.18 Nov 21, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.18, 2.4.19, 2.4.20 Dec 24, 2024
@yanliang567 yanliang567 modified the milestones: 2.4.20, 2.4.21 Jan 6, 2025
@yanliang567 yanliang567 modified the milestones: 2.4.21, 2.4.22 Jan 24, 2025
Copy link

stale bot commented Feb 23, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

4 participants