-
Notifications
You must be signed in to change notification settings - Fork 279
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]: Mismatched status recorded in statement_info for interrupted SQL. #21333
Comments
在 dev 环境下 抓取 tcpdump 确认了给 连接发送了 FIN 包 , 对应的请求按道理 应该是 失败的。 连接信息, 来自 proxy: 172.20.191.134:39898
tcpdump 异常: 对应的请求记录结果为成功
|
目前能构造出 FIN 的操作,但是未能复现 构造出 Success 的情况。
|
@daviszhen 目前 CN 接受到了 FIN,但是 query 最后是success ,按道理应该是 failed. |
以下是 执行 update task 时,抓取的pprof |
我捋了一下,这里情况如下。 所以目前的问题时:为什么
|
Is there an existing issue for the same bug?
Branch Name
2.0-dev & prod
Commit ID
1d2305a
Other Environment Information
Actual Behavior
mo 执行一个query,客户端超时了(60s),断开的连接。
但是 statemnt_info拿到的是query 是success的,也没有 query trace status 的日志。
看起来有 2异常:
link
These time-out queries are supposed to be marked as failed.
Expected Behavior
No response
Steps to Reproduce
background: https://github.com/matrixorigin/MO-Cloud/issues/4793
Additional information
No response
The text was updated successfully, but these errors were encountered: