fix or slow down windows socket leak#13604
fix or slow down windows socket leak#13604jtattermusch merged 1 commit intogrpc:masterfrom yayaboring:master
Conversation
|
Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement. After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.
Regards, |
|
|
|
|
@yang-g, can you take a look? |
|
similar code on server side. grpc/src/core/lib/iomgr/tcp_server_windows.cc Line 330 in c5df7fd |
|
Known test failures: |
jtattermusch
left a comment
There was a problem hiding this comment.
LGTM. Thanks for fixing!
|
It might be a good idea to backport this into 1.8.1. |
|
+1, thanks for fixing & backporting - our services are being impacted by this because gRPC attempts to connect to IPv6 first and fails (our service only exposes an IPv4 endpoint) - so every channel creation leaks a socket. When is 1.8.1 going to be released? |
Backport #13604 to v1.8.x
related issue
#13519
#13102