After upgrading Milvus from version 2.3.5 to 2.5.11, the CPU utilization of the IndexNode component became excessively high. #42683
Replies: 3 comments 16 replies
-
The log looks good, no problem. |
Beta Was this translation helpful? Give feedback.
-
i'm a little bit confused. is this a querycoord cpu issue or index cpu issue? if this indexnode and data is huge, then this might be expected because after to upgrade all the data need to compact and reordered. think about adding more index node and datanode to make it compact faster. If querycoord cpu is high, then there must be something went wrong |
Beta Was this translation helpful? Give feedback.
-
is there anything special on the cluster? Like how many collections, parititons or segments do you have? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I upgraded Milvus from version 2.3.5 to 2.5.11, I noticed that the CPU utilization of the IndexNode component consistently exceeded 90% for over a full day. Additionally, the logs repeatedly printed ["Get Index Job Stats"]. What causes this? How can I prevent such high CPU usage?
indexnode-1.log
Beta Was this translation helpful? Give feedback.
All reactions