[Bug]: GetIndexInfos RPC is called too frequently #37634
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
The
IndexChecker
in querycoord calls theGetIndexInfos
RPC too frequently.Expected Behavior
We should batch segments into a single
GetIndexInfos
RPC call to avoid frequent RPCs. On the other hand, the frequency of the index checker (currently every 10 seconds) may could be reduced.milvus/internal/querycoordv2/checkers/index_checker.go
Lines 135 to 141 in 30d396f
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: