mysql 连接数过多 #2918
Answered
by
zhijian-pro
huangshanhui
asked this question in
Q&A
mysql 连接数过多
#2918
-
看日志时发现 mysql 连接数量过多导致 pod 无法挂载 pvc,进入 mysql 后基本都是 Sleep 的连接(超过 2000),单个 mount pod 内的连接数最多有上百,某些 mount pod 的连接似乎没有业务使用也未释放(发现有一个节点的 mount pod 只有一个卡在 Init 状态的应用 pod 在该节点挂载了对应 pv,但是 mount pod 内的连接数仍然有 60 多),想请问下有什么方法可以排查下原因或者解决? 另外部分 mount pod 一直报错:update session: no session found matching sid 这个是否有影响 |
Beta Was this translation helpful? Give feedback.
Answered by
zhijian-pro
Nov 1, 2022
Replies: 2 comments 3 replies
-
csi 版本多少? |
Beta Was this translation helpful? Give feedback.
3 replies
-
这个问题已经确定了,是 go1.17 标准库的 bug,使用 go 1.18 以上的go 版本编译是没有问题的。你可以先手动编译解决这个问题。后续我们会在release 分支上修复。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhijian-pro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个问题已经确定了,是 go1.17 标准库的 bug,使用 go 1.18 以上的go 版本编译是没有问题的。你可以先手动编译解决这个问题。后续我们会在release 分支上修复。
这个问题目前已经修复了 #2938