Files
kubernetes/test
Patrick Ohly 0bd9a1a29a e2e storage: close all pending streams when proxy listener gets closed
After updating gRPC in node-driver-registrar from v1.40.0 to v1.47.0 the
behavior of gRPC change in a way such that it no longer detected the
single-sided closing of the stream as a loss of connection. This caused gRPC in
the e2e.test to get stuck, possibly in a Read or Write for the HTTP stream
because those have neither a context nor a timeout.

Changing the connection handling so that all active connections are tracking in
the listener and closing them when the listener gets closed fixed this problem.
2022-09-05 22:46:01 +02:00
..
2021-02-28 15:17:29 -08:00
2022-08-03 22:05:03 -05:00
2021-03-04 07:54:53 +01:00
2022-06-15 13:38:48 +09:00
2022-07-28 12:19:26 +05:30
2022-01-10 08:14:29 -05:00