[Bug]: CN crashed by oom when running Insert on dup with 1000000 basic data and 1000 thread for about 20 minutes #20645
Labels
kind/bug
Something isn't working
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
Milestone
Is there an existing issue for the same bug?
Branch Name
2.0-dev
Commit ID
6c37ff0
Other Environment Information
Actual Behavior
sql:
insert into sbtest6 values(?,3214,'83868641912-28773972837-60736120486-75162659906-27563526494-20381887404-41576422241-93426793964-56405065102-33518432330','67847967377-48000963322-62604785301-91415491898-96926520291') on duplicate key update c='aaa';
ddl:
mysql> show create table sbtest1;
+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table | Create Table |
+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| sbtest1 | CREATE TABLE
sbtest1
(id
int NOT NULL,k
int NOT NULL DEFAULT 0,c
char(120) NOT NULL DEFAULT '',pad
char(60) NOT NULL DEFAULT '',PRIMARY KEY (
id
),KEY
k_1
(k
)) |
+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
conflict rate is 100%
heap :
https://grafana.ci.matrixorigin.cn/explore?panes=%7B%22OeX%22:%7B%22datasource%22:%22pyroscope%22,%22queries%22:%5B%7B%22groupBy%22:%5B%5D,%22labelSelector%22:%22%7Bpod%20%3D%20%5C%22nightly-regression-dis-tp-cn-788hd%5C%22%7D%22,%22queryType%22:%22both%22,%22refId%22:%22A%22,%22datasource%22:%7B%22type%22:%22grafana-pyroscope-datasource%22,%22uid%22:%22pyroscope%22%7D,%22profileTypeId%22:%22memory:inuse_space:bytes:space:bytes%22%7D%5D,%22range%22:%7B%22from%22:%221733644908363%22,%22to%22:%221733645073929%22%7D%7D%7D&schemaVersion=1&orgId=1
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: