Skip to content

Stuck in collection.load() #33059

Discussion options

You must be logged in to vote

collection.load() will call get_loading_progress() to check the loading state of the collection, in the interval for each 1 second.
If collection.load() is stuck for long time, two possible reasons:

  1. the collection is huge, loading process needs to read all the data files from S3/MinIO, disk read performance is poor, or the bandwidth between Milvus and remote S3 is poor.
  2. something is wrong with the Milvus server, get the full log of the Milvus server to investigate.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HoangSang1510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants