Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: insert ignore select from table which 100000 rows reported ExpectedEOB #15349

Open
1 task done
heni02 opened this issue Apr 7, 2024 · 29 comments
Open
1 task done
Assignees
Labels
bvt error occurred during bvt test kind/bug Something isn't working long-term-job phase/testing severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@heni02
Copy link
Contributor

heni02 commented Apr 7, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

85734e6

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

env:mo standalone mode,default toml configuration
insert_ignore_06 is 100000rows,insert ignore insert_ignore_07 select from insert_ignore_06 reported ExpectedEOB
企业微信截图_14b4adfe-6b29-4611-8bde-371322c5ad45

Expected Behavior

No response

Steps to Reproduce

create table insert_ignore_06(c1 int primary key auto_increment, c2 int);
insert into insert_ignore_06(c2) select result from generate_series(1,100000) g;
create table insert_ignore_07(c1 int primary key, c2 int);
insert into insert_ignore_07 values(20,45),(21,55),(1,45),(6,22),(5,1),(1000,222),(99999,19);
insert ignore into insert_ignore_07 select * from insert_ignore_06;

Additional information

No response

@heni02 heni02 added kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels Apr 7, 2024
@heni02 heni02 added this to the 1.2.0 milestone Apr 7, 2024
@ouyuanning ouyuanning assigned Morranto and unassigned ouyuanning Apr 7, 2024
@ouyuanning
Copy link
Contributor

当前的insert ignore是改写成insert on duplicate key ignore,
目前的实现是阻塞型的,大数据量下应该会有比较多问题。行健先帮看看吧

@heni02 heni02 added bvt error occurred during bvt test and removed needs-triage labels Apr 7, 2024
@ouyuanning ouyuanning assigned jensenojs and unassigned Morranto Apr 12, 2024
@ouyuanning
Copy link
Contributor

跟这个 https://github.com/matrixorigin/MO-Cloud/issues/2956 一起考虑如何处理吧

@jensenojs
Copy link
Contributor

not working on it

@jensenojs
Copy link
Contributor

等文档评审

1 similar comment
@jensenojs
Copy link
Contributor

等文档评审

@sukki37 sukki37 modified the milestones: 1.2.0, 1.3.0-Backlog Apr 28, 2024
@jensenojs
Copy link
Contributor

同上

2 similar comments
@jensenojs
Copy link
Contributor

同上

@jensenojs
Copy link
Contributor

同上

@jensenojs
Copy link
Contributor

暂无进展

@jensenojs
Copy link
Contributor

同上

@jensenojs
Copy link
Contributor

同上

@jensenojs
Copy link
Contributor

等重新设计方案

@jensenojs
Copy link
Contributor

处理 moc#3351

@jensenojs
Copy link
Contributor

无进展

@jensenojs
Copy link
Contributor

no process

@jensenojs
Copy link
Contributor

同上

@jensenojs
Copy link
Contributor

同上

@jensenojs
Copy link
Contributor

处理中移物联的insert pprof

@sukki37 sukki37 modified the milestones: 1.3.0-Backlog, 1.3.0 Jul 3, 2024
@jensenojs
Copy link
Contributor

处理中移物联的insert pprof

@jensenojs
Copy link
Contributor

等on duplicate update的方案

@jensenojs
Copy link
Contributor

等on dup的解决方案

@jensenojs
Copy link
Contributor

not working on it

1 similar comment
@jensenojs
Copy link
Contributor

not working on it

@jensenojs jensenojs assigned aunjgr and unassigned jensenojs Jul 23, 2024
@aunjgr
Copy link
Contributor

aunjgr commented Jul 25, 2024

#17500 完成后再看

@aunjgr
Copy link
Contributor

aunjgr commented Jul 31, 2024

not working on it today

@aunjgr
Copy link
Contributor

aunjgr commented Aug 6, 2024

#17500 完成后再看

@aunjgr
Copy link
Contributor

aunjgr commented Oct 24, 2024

#18406 上已解决

@aressu1985 aressu1985 modified the milestones: 2.0.0, 1.2.x, 2.0.1 Oct 28, 2024
aunjgr added a commit to aunjgr/matrixone that referenced this issue Oct 31, 2024
@aunjgr aunjgr mentioned this issue Nov 5, 2024
7 tasks
@aunjgr
Copy link
Contributor

aunjgr commented Nov 6, 2024

PR合进去就解决了

@aunjgr aunjgr assigned heni02 and unassigned aunjgr Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bvt error occurred during bvt test kind/bug Something isn't working long-term-job phase/testing severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

8 participants