You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The k8s go client doesn't behave well since the change in golang/net@1c05540
What happens is that when the client hits the MaxConcurrentStreams of the server any updates after that take very long time (1-2 minutes) so on k8s clusters with constant changes the client can never catch up.
The fix in that commit seems valid, but shouldn't the retry interval can be configurable or provide an option to open a new connection like with the old behaviour.
krasi-georgiev
changed the title
x/net: slow streaming due to MaxConcurrentStreams
x/net: slow streaming with http2 due to MaxConcurrentStreams
Aug 29, 2018
mikioh
changed the title
x/net: slow streaming with http2 due to MaxConcurrentStreams
x/net/http2: slow streaming with http2 due to MaxConcurrentStreams
Feb 26, 2019
The k8s go client doesn't behave well since the change in golang/net@1c05540
What happens is that when the client hits the MaxConcurrentStreams of the server any updates after that take very long time (1-2 minutes) so on k8s clusters with constant changes the client can never catch up.
The fix in that commit seems valid, but shouldn't the retry interval can be configurable or provide an option to open a new connection like with the old behaviour.
More on the issue: kubernetes/client-go#456
go version go1.11 linux/amd64
The text was updated successfully, but these errors were encountered: