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]: TPCH 1T Q14 sometimes was hung on daily regression 4CN on TKE #21222

Open
1 task done
aressu1985 opened this issue Jan 14, 2025 · 1 comment
Open
1 task done
Assignees
Labels
kind/bug Something isn't working long-term-job severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@aressu1985
Copy link
Contributor

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

2.0-dev

Commit ID

81ac6e6

Other Environment Information

- Hardware parameters:
3*CN: 16C 64G
1*DN: 16C 64G
3*LOG: 4C 16G
3*PROXY: 3C 7G
- OS type:
- Others:

Actual Behavior

job link:
https://github.com/matrixorigin/mo-nightly-regression/actions/runs/12749500955/job/35533280852
image

image

but when running q14 separately, it can succeed.

mysql> select 100.00 * sum(case when p_type like 'PROMO%' then l_extendedprice * (1 - l_discount) else 0 end) / sum(l_extendedprice * (1 - l_discount)) as promo_revenue from lineitem, part where l_partkey = p_partkey and l_shipdate >= date '1996-04-01' and l_shipdate < date '1996-04-01' + interval '1' month;
+-----------------+
| promo_revenue |
+-----------------+
| 16.651187312928 |
+-----------------+
1 row in set (0.06 sec)

Expected Behavior

No response

Steps to Reproduce

NA

Additional information

No response

@aressu1985 aressu1985 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 Jan 14, 2025
@aressu1985 aressu1985 added this to the 2.0.2 milestone Jan 14, 2025
@badboynt1
Copy link
Contributor

#20577
跟这个问题大概率是同一个

@aressu1985 aressu1985 modified the milestones: 2.0.2, 2.1.0 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working long-term-job severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

3 participants