Open heni02 opened 5 months ago
cluster by表ddl:
CREATE TABLE sbtest8
(
id
INT NOT NULL,
k
INT DEFAULT 0,
c
CHAR(120) DEFAULT '',
pad
CHAR(60) DEFAULT ''
) CLUSTER BY (id
)
@ouyuanning 麻烦看一下
倪涛有空帮忙看看吧
issue里说了,执行该测试之前的内存已经很高了,并且单独执行该测试不会oom。 那说明oom跟这个没有关系啊,分析这个case没有用啊
sysbench相关的oom问题,有一些其他的issue在跟踪,例如https://github.com/matrixorigin/matrixone/issues/16659
当前case没有实际意义,先关掉
oom问题统一等待处理,先降级s1
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
18fa04053a9a9566af9b30a6277a483327cd8a1d
Other Environment Information
Actual Behavior
job:https://github.com/matrixorigin/mo-nightly-regression/actions/runs/9386897563/job/25848743641
oom kill时间:06:30:28
该测试开始之前的内存也很高
单独执行该场景测试没有oom
profile: cluster_by_oom_main.zip
gc log: clusterby_gclog.log
Expected Behavior
No response
Steps to Reproduce
Additional information
No response