Multithreaded Rendevous Error - How to fix? #35501
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
can you use export log.sh collect logs so we can better understand on what happens on your server side? |
Beta Was this translation helpful? Give feedback.
-
“connection attempt timed out before receiving SETTINGS frame” It might be a known issue of grpcio lib: grpc/grpc#36256
I just tried grpcio 1.60 and inserted vectors in batches of 10000, but not able to reproduce the error. I didn't see multithread is used in your script, per the "Multithreaded Rendevous Error" do you mean insert batches by multithread? |
Beta Was this translation helpful? Give feedback.
“connection attempt timed out before receiving SETTINGS frame”
It might be a known issue of grpcio lib: grpc/grpc#36256
Read the comment in this issue. Check the version of your grpcio, if the version is between 1.58 and 1.62, try this workaround:
I just tried grpcio 1.60 and inserted vectors in batches of 10000, but not able to reproduce the error.
I didn't see multithread is used in your script, per the "Multithreaded Rendevous Error" do you mean insert batches by multithread?