Open jaime0815 opened 3 months ago
@jaime0815 can we do one check health on all the datanode, instead of checking everything here at datacoord? I believe this will save many cpus
@jaime0815 can we do one check health on all the datanode, instead of checking everything here at datacoord? I believe this will save many cpus
Yes, we also will eliminate the GetMetrics request dependency and optimize the overhead from unnecessary log.With() invocations.
The rate limiter mechanism will consume significant CPU resources as the number of collections increases, especially due to the high CPU usage from GetMetrics requests, which will need optimization in the future.
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
.
Is there an existing issue for this?
Environment
Current Behavior
The cluster has 450 collections.
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response