apiserver-network-proxy icon indicating copy to clipboard operation
apiserver-network-proxy copied to clipboard

Dialing multiple times on singleUseGRPCTunnel causes race conditions

Open Jefftree opened this issue 5 years ago • 5 comments
trafficstars

Although it is documented that singleUseGRPCTunnels should only be used once, it is technically still possible to to call the Dial function multiple times. This causes certain race conditions and goroutine leaks.

Jefftree avatar May 27 '20 20:05 Jefftree

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Aug 25 '20 21:08 fejta-bot

/remove-lifecycle stale

cheftako avatar Aug 26 '20 18:08 cheftako

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Nov 24 '20 18:11 fejta-bot

/lifecycle frozen

Jefftree avatar Nov 24 '20 18:11 Jefftree

@Jefftree besides being a possibility we want to disallow/improve, do you happen to know if the k8s apiserver is not doing the right thing now?

rata avatar Nov 08 '21 14:11 rata