Get RPC Error 'Timeout was reached' when loading collection #41043
Replies: 3 comments 3 replies
-
"Timeout was reached" ----------- This error was thrown from S3Client.GetObject api. Try increasing the timeout value minio.requestTimeoutMs: Line 156 in 216be14 Or decrease the common.threadCoreCoefficient.middlePriority to lower the concurrence of loading chunk files: Line 811 in 216be14 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The other way to fix that is to reduce the load threadpool, but this is not recommneded |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team!
I am new to milvus. I've deployed a 2.5.x cluster. Inserting data and building index are fine. A 100M dataset, dimention=96 and HNSW index.
But when I try to load the collection, a timeout error often occurs, like:
I've oberved that the memory usage of the nodes increased (about 30GB), stayed still for a while and this error happened. I retried it for several times (release and load again), the collection finally become loaded. And the search operation is good.

So I guess the load process is working well ? Is there any component that is responding too slowly causing this error ? Are there any adjustable parameters that may help ?
Here is my cluster (The index is done so I limit the number of index node to 1)
Any help or explanation will be very appreciated, THANKS !
Beta Was this translation helpful? Give feedback.
All reactions