Open heni02 opened 7 months ago
insert on duplicate update 100threads也有同样的问题
not working on it
等文档评审
等文档评审
同上
同上
同上
暂无进展
同上
同上
等重新设计方案
处理 moc#3351
无进展
no process
同上
同上
处理中移物联的insert pprof
处理中移物联的insert pprof
等on duplicate update的方案
等on dup的解决方案
not working on it
not working on it
not working on it today
insert ignore性能已改善
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
6d42483cee0475ac42dbd4c70bbf5e724a06b3dc
Other Environment Information
Actual Behavior
insert ignore values 100threads into one table which rows 1000000+, and insert ignore into primary key overwrite conflicting and non conflicting values,then reported same errors: 1.ErrorMessage : info: constructValueScanBatch failed, node id: 018ebcf1-c6a9-7817-bd82-597e6e6085d3 2.ErrorMessage : deadlock detected 3.ErrorMessage : Communications link failure The last packet successfully received from the server was 100,536 milliseconds ago. The last packet sent successfully to the server was 100,536 milliseconds ago.
table ddl: CREATE TABLE
test01
(c1
INT NOT NULL,c2
INT DEFAULT NULL, PRIMARY KEY (c1
) )and tps is very slow:
test report: report.tar.gz
mo log: mo_log (2).tar.gz
Expected Behavior
No response
Steps to Reproduce
Additional information
No response