-
Notifications
You must be signed in to change notification settings - Fork 276
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]: CN lost connection #9647
Comments
in local test:
above script will result in: |
dup with #9447 |
该问题的分析见#9447 (comment) 后续由 @triump2020 再做一些优化。 |
ERROR 20503 (HY000) at line 40: stream closed 出现该错误或者其他的连接关闭的错误的原因是,rpc框架中的gc任务会检查每个连接的活跃状态,当超过一定时间(默认1分钟)没有数据时,就会关闭这个连接。 delete语句的commit时间长,导致其连接被gc给close了,所以执行失败,需要优化。 |
depends on #9996 |
@jiangxinmeng1 delete related issue |
#10418 cannot fix this issue. This depends on relatively significant refactoring. |
还没有进展 |
depends on V1.1 |
depends on V1.1 |
depends on #11471 |
fixed |
Is there an existing issue for the same bug?
Environment
Actual Behavior
Running same test in #9646, but with a better machine (32G to 64G memory), you will see cn lost connection.
ERROR 20503 (HY000) at line 40: stream closed
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: