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]: Data Coord constantly tries to DescribeIndex on collections without index #33102

Open
1 task done
zhengbuqian opened this issue May 16, 2024 · 3 comments
Open
1 task done
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

@zhengbuqian
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: master

Current Behavior

I created a collection and inserted some data. I didn't create any index on that, and from the logs I see lots of repeated DescribeIndex RPC failure. It kept being failed and retried and never stop.

[2024/05/16 17:16:32.141 +08:00] [WARN] [datacoord/index_service.go:693] ["DescribeIndex fail"] [collectionID=449799317359579591] [indexName=] [timestamp=0] [error="index not found[indexName=]"]
[2024/05/16 17:16:32.141 +08:00] [WARN] [datacoord/metrics_info.go:69] ["failed to describe index, ignore to report index metrics"] [collection=449799317359579591] [error="index not found[indexName=]"]

Expected Behavior

we should not try to DescribeIndex on collections without index, or at least it should not be infinite retried.

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

@zhengbuqian zhengbuqian 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 16, 2024
@yanliang567
Copy link
Contributor

/assign @xiaocai2333
/unassign

@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 16, 2024
@yanliang567 yanliang567 added this to the 2.4.2 milestone May 16, 2024
@xiaocai2333
Copy link
Contributor

Milvus will regularly count index information metrics. This is only counting metrics and will not affect the system.
/assign @zhengbuqian

@xiaocai2333
Copy link
Contributor

I will reduce the frequency of logs describing indexing failures.

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

3 participants