query became very slow in k8s (milvus 2.5.3) #40277
-
hello everyone.
all other nodes are ok, query node resource usage as below
I have 4 woker node with 32c x 128G, and query node was scheduled on 4 nodes, it seems that cpu & memory resource is ok, and I also find the please give me some hints for that, thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
Deploy a monitoring service to observe milvus cluster: https://milvus.io/docs/monitor.md
Observe the status of query nodes, including "Collection Loaded Num", "Segments Loaded Num", "Time Tick Behind Now", "Search Request Latency", "Search in Queue Latency", "Flowgraph Num".
Try search(consistency_level="Eventually")