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]外部健康检查探测api SSL端口导致日志激增 #32

Closed
bryanhe-bupt opened this issue May 29, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working confirmed issue is confirmed inner issue comes from Tencent side

Comments

@bryanhe-bupt
Copy link
Contributor

问题描述

与公司内部公共组件交互问题:
bcs-api对接tgw时,tgw探测real server的https端口时使用的是tcp探测,导致bcs-api不断输出刷屏日志:

I0529 14:51:02.834324 16745 blog.go:32] http: TLS handshake error from x.x.x.x:52493: read tcp x.x.x.x:30443->x.x.x.x:52493: read: connection reset by peer
I0529 14:51:03.762890 16745 blog.go:32] http: TLS handshake error from x.x.x.x:52052: read tcp x.x.x.x:30443->x.x.x.x:52052: read: connection reset by peer

@bryanhe-bupt bryanhe-bupt added the bug Something isn't working label May 29, 2019
@bryanhe-bupt
Copy link
Contributor Author

因为到要适配内部的公共组件,考虑给出一个临时解决方案,修改代码,不再打印这种日志

@DeveloperJim DeveloperJim changed the title [bug] [bug]外部健康检查探测api SSL端口导致日志激增 May 29, 2019
@DeveloperJim DeveloperJim added this to the 1.13.x功能迭代 milestone May 29, 2019
@DeveloperJim DeveloperJim added confirmed issue is confirmed inner issue comes from Tencent side labels May 29, 2019
DeveloperJim added a commit that referenced this issue May 29, 2019
fix: make bcs-api to skip printing tls handshake error log, issue #32
DeveloperJim added a commit that referenced this issue Nov 4, 2019
fix: make bcs-api to skip printing tls handshake error log, issue #32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed issue is confirmed inner issue comes from Tencent side
Projects
None yet
Development

No branches or pull requests

2 participants