Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]bcs-api和bcs-user-manager在使用tunnel隧道方案时,会产生tcp连接泄露的bug #584

Closed
bryanhe-bupt opened this issue Sep 14, 2020 · 0 comments
Assignees
Labels
bug Something isn't working inner issue comes from Tencent side
Milestone

Comments

@bryanhe-bupt
Copy link
Contributor

在使用websocket tunnel时,每次都会新建一个transport,而golang http transport默认是使用keep-alive长连接的,这就导致每次的tcp连接建立完后不会释放,最后导致kube-agent的tcp连接用满,而无法再创建新的tcp连接

@bryanhe-bupt bryanhe-bupt added the bug Something isn't working label Sep 14, 2020
bryanhe-bupt added a commit to bryanhe-bupt/bk-bcs that referenced this issue Sep 14, 2020
bryanhe-bupt added a commit to bryanhe-bupt/bk-bcs that referenced this issue Sep 14, 2020
DeveloperJim added a commit that referenced this issue Sep 15, 2020
fix: fix the bug of tcp connection leak. issue #584
DeveloperJim added a commit that referenced this issue Sep 15, 2020
fix: fix the bug of tcp connection leak. issue #584
@DeveloperJim DeveloperJim added inner issue comes from Tencent side service labels Sep 16, 2020
@DeveloperJim DeveloperJim added this to the 1.18.x milestone Sep 16, 2020
bryanhe-bupt added a commit to bryanhe-bupt/bk-bcs that referenced this issue Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working inner issue comes from Tencent side
Projects
None yet
Development

No branches or pull requests

2 participants