Skip to content

Multithreaded Rendevous Error - How to fix? #35501

Discussion options

You must be logged in to vote

“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:

  • upgrade grpcio to 1.62.2 or above
  • downgrade google-api-core to 2.16.2 or below
  • downgrade grpcio to 1.58.0 or below

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?

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@2adityap
Comment options

Answer selected by 2adityap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants