-
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]: eks bvt regression: the same sql and statement_id log records in statement_info are greater than 1 #9891
Comments
@xzxiong please check this issue. |
log status:
|
root causethis is client-timeout while do txn commit: op trace:
query test_txn.user_info found out that:
repro step case *tree.CommitTransaction:
+ if ses.GetDatabaseName() == "test_txn" {
+ time.Sleep(3 * time.Second)
+ }
err = ses.TxnCommit()
if err != nil {
return err
}
|
not sure how to fix
|
This comment was marked as off-topic.
This comment was marked as off-topic.
still try to repro. |
This comment was marked as outdated.
This comment was marked as outdated.
important one CI result https://github.com/xzxiong/matrixone/actions/runs/5218093671
|
important CI job: https://github.com/xzxiong/matrixone/actions/runs/5239279033/jobs/9462419306 |
@gavinyue ptal |
Will fix this along with new insert change. |
pending on #9834 |
#10090 一起处理 |
Looking into this today |
pending on the stmt_aggr merge |
Pending for the stmt_aggr pr merge. Stuck on dn oom |
Merged the PR for stmt_aggr. Close this issue. |
@gavinyue ptal matrixone/pkg/util/export/etl/db/db_holder.go Line 187 in dacfe86
|
Start coding this. ETA 27th |
Pr draft is ready |
PR is ready for review |
Should be resolved after the #10302 merged |
The problem is not easy to reproduce in the case. After reviewing the eks regression results for the past 3 days, no issues were found. Please close it first |
Is there an existing issue for the same bug?
Environment
Actual Behavior
job: https://github.com/matrixorigin/mo-nightly-regression/actions/runs/5189483136/jobs/9354645167
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: