Open bigsheeper opened 1 day ago
related to: https://github.com/milvus-io/milvus/issues/37630
@bigsheeper
sems that we can remove the broker since datacoord and indexcoord are now merged?
@bigsheeper
sems that we can remove the broker since datacoord and indexcoord are now merged?
@xiaofan-luan These GetIndexInfos invokes are from querycoord.
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. https://github.com/milvus-io/milvus/blob/30d396f476598a204c4e77ad4de85495ce51d241/internal/querycoordv2/checkers/index_checker.go#L135-L141Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response