python-etcd3 icon indicating copy to clipboard operation
python-etcd3 copied to clipboard

client.close() occasionally takes 10s

Open hubodz opened this issue 3 years ago • 0 comments

Hello, Occasionally, but quite often, I have a case where client.close() takes 10 seconds (between 10.0 and 10.2 to be more specific). I tried lowering the client timeout (assuming it may be connected), but it doesn't seem to have any influence.

I guess problem may be connected with gRPC client closing, but not sure how to troubleshoot it further.

ETCD logs don't show anything different from the case where close() happens immediately...

I would be grateful for advices...

hubodz avatar Mar 30 '22 15:03 hubodz