matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.72k stars 271 forks source link

[Bug]: SIGSEGV #17445

Open daviszhen opened 2 weeks ago

daviszhen commented 2 weeks ago

Is there an existing issue for the same bug?

Branch Name

ouyuanning

Commit ID

ffbe42dc77668f4fd3c801e9abb20fc7d3cb25f1

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

https://github.com/ouyuanning/matrixone/commit/ffbe42dc77668f4fd3c801e9abb20fc7d3cb25f1

Actual Behavior

image

Expected Behavior

no panic

Steps to Reproduce

1. run a mo cluster with config in this issue
2. run tpch 10G loop test processes in one independant tenant
3. run tpcc 10 warehouse and 10 ternimals longrunnig test processes in one independant tenant, prepare mode
4. run sysbench mixed cases(insert/delete/update/select) longrunnig test processes with 75 terminals in one independant tenant,non-prepare mode
5. run another sysbench mixed cases(insert/delete/update/select) longrunnig test processe with  75 terminals in one independant tenant,non-prepare mode

Additional information

No response

daviszhen commented 2 weeks ago

可能是race问题