-
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]: TPCC connection was hung on Nightly Regression Test #7951
Comments
I have not reproduced it . |
i am not focus on it today |
4 similar comments
i am not focus on it today |
i am not focus on it today |
i am not focus on it today |
i am not focus on it today |
I am not working on it |
7 similar comments
I am not working on it |
I am not working on it |
I am not working on it |
I am not working on it |
I am not working on it |
I am not working on it |
I am not working on it |
上周日,也尝试复现此问题,并没有复现。 |
I am not working on it |
1 similar comment
I am not working on it |
这个在复现 |
1 similar comment
这个在复现 |
还未复现 |
这个在复现 |
今日在pc机上没有复现。 |
还在复现 |
还没看 |
还在复现 |
1 similar comment
还在复现 |
有可能需要docker 多cn才能复现 |
今天复现了一次context deadline exceeded。hung住没复现。但是加打印后,就没复现了。我..... |
无进展 |
还未看 |
没看 |
1 similar comment
没看 |
tpcc 10 仓 50 client 上跑出来下面的问题。 commitId : 5a56540 |
锁住的问题还在复现中。 |
昨天在pc机上。10仓,50 clients。复现了卡住问题。 卡住的状态: 卡住的代码位置: matrixone/pkg/vm/engine/disttae/db.go Line 311 in 15baa97
|
@reusee 提了2个pr。 今天晚上验证第二个pr。 |
乐声的修改还是会卡。可能是rpc。 |
打开debug日志,跑了一晚上。没有复现。 |
昨天在main上 (commit 2e4ef52 )跑了11个小时tpcc。没有复现hung住的问题。 |
昨晚tpcc跑了一晚上。没有卡住。从20:58 ~ 07:58。 |
在 main commit 2e4ef52 上测了两天。没再复现。 |
fixed |
Is there an existing issue for the same bug?
Environment
Actual Behavior
TPCC 1 warehouse 10 terminals connection was hung on Nightly Regression Test with commit : 15baa97
The error log is as following:
023/02/10 04:21:25.451532 +0800 ERROR log-service util/log.go:133 txn send requests failed {"uuid": "7c4dccb4-4d3c-41f8-b482-5251dc7a41bf", "requests": "[0: <4d98c3e0f5334d4a8a1ba121a8816790/Active/S:1675971685420501188-0>/Read/F-0/=><2-262146-0-127.0.0.1:22000>]", "error": "context deadline exceeded"}
github.com/matrixorigin/matrixone/pkg/txn/util.LogTxnSendRequestsFailed
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/txn/util/log.go:133
github.com/matrixorigin/matrixone/pkg/txn/client.(*txnOperator).doSend
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/txn/client/operator.go:491
github.com/matrixorigin/matrixone/pkg/txn/client.(*txnOperator).Read
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/txn/client/operator.go:252
github.com/matrixorigin/matrixone/pkg/vm/engine/disttae.getLogTail
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/vm/engine/disttae/logtail.go:58
github.com/matrixorigin/matrixone/pkg/vm/engine/disttae.updatePartition
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/vm/engine/disttae/logtail.go:42
github.com/matrixorigin/matrixone/pkg/vm/engine/disttae.(*DB).Update
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/vm/engine/disttae/db.go:322
github.com/matrixorigin/matrixone/pkg/vm/engine/disttae.(*Engine).New
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/vm/engine/disttae/engine.go:381
github.com/matrixorigin/matrixone/pkg/vm/engine.(*EntireEngine).New
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/vm/engine/entire_engine.go:33
github.com/matrixorigin/matrixone/pkg/frontend.(*TxnHandler).NewTxn
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/frontend/session.go:1542
github.com/matrixorigin/matrixone/pkg/frontend.(*Session).TxnBegin
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/frontend/session.go:1209
github.com/matrixorigin/matrixone/pkg/frontend.(*MysqlCmdExecutor).doComQuery
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/frontend/mysql_cmd_executor.go:3524
github.com/matrixorigin/matrixone/pkg/frontend.(*BackgroundHandler).Exec
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/frontend/session.go:2453
github.com/matrixorigin/matrixone/pkg/frontend.determineUserHasPrivilegeSet
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/frontend/authenticate.go:4224
github.com/matrixorigin/matrixone/pkg/frontend.authenticateUserCanExecuteStatementWithObjectTypeDatabaseAndTable
/data1/action-runner/_work/mo-nightly-regression/mo-nightly-regression/head/pkg/frontend/authenticate.go:4659
the full log is very big ,if want, please contact me.
#8327 8327
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: