matrixorigin / matrixone

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

[Bug]: mo report 'internal error: convert go error to mo error context canceled' during sharding test. #19053

Open Ariznawlll opened 2 months ago

Ariznawlll commented 2 months ago

Is there an existing issue for the same bug?

Branch Name

zhangxu19830126

Commit ID

0dd4e4c28

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

最新出现该问题的log: https://grafana.ci.matrixorigin.cn/explore?panes=%7B%22nbb%22:%7B%22datasource%22:%22loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bnamespace%3D%5C%22mo-shardingtest%5C%22%7D%20%7C%3D%20%60internal%20error:%20convert%20go%20error%60%22,%22queryType%22:%22range%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22loki%22%7D,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%221727349070000%22,%22to%22:%221727349100000%22%7D%7D%7D&schemaVersion=1&orgId=1

Expected Behavior

No response

Steps to Reproduce

修改环境启动配置cn副本为1,tke环境启动mo集群,sysbench 10w(10个分区) update测试,观察tps:

git clone https://github.com/matrixorigin/matrixone.git
cd mo-sysbench

(1)sysbench  --mysql-host=172.16.108.201 --mysql-port=6001 --mysql-user=dump --mysql-password=111 oltp_update_index.lua --mysql-db=sysbench_db --tables=1 --table_size=100000 --threads=100 --time=30 --report-interval=10  cleanup

(2)创建分区表:
sysbench  --mysql-host=172.16.108.201 --mysql-port=6001 --mysql-user=dump --mysql-password=111 oltp_update_index.lua --mysql-db=sysbench_db --tables=1 --table_size=100000 --threads=100 --time=30 --report-interval=10  prepare

(3)执行测试60s:
sysbench  --mysql-host=172.16.108.201 --mysql-port=6001 --mysql-user=dump --mysql-password=111  oltp_update_index.lua --mysql-db=sysbench_db --tables=1 --table_size=100000 --threads=100 --time=60 --report-interval=10  --range_selects=off --point_selects=1 run

修改环境启动配置cn副本为2,(3)中--threads参数修改为200,启动测试60s
修改环境启动配置cn副本为3,(3)中--threads参数修改为300,启动测试60s
修改环境启动配置cn副本为4,(3)中--threads参数修改为400,启动测试60s

Additional information

No response

triump2020 commented 1 month ago

Not working on this!

triump2020 commented 1 month ago

Blocked by other issues

triump2020 commented 1 month ago

Blocked by other issues

triump2020 commented 1 month ago

This issue comes from @zhangxu19830126 's sharding-branch , it has not repro yet.

triump2020 commented 1 month ago

Not working on this!

triump2020 commented 3 weeks ago

Not working on this!

triump2020 commented 2 weeks ago

@Ariznawlll Pls close it.

Ariznawlll commented 2 weeks ago

暂未处理

Ariznawlll commented 1 week ago

暂未处理

Ariznawlll commented 1 week ago

暂未处理

Ariznawlll commented 2 days ago

下个迭代处理