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]: ut TestSpeedupAbortAllTxn failed #20318

Closed
1 task done
sukki37 opened this issue Nov 23, 2024 · 11 comments
Closed
1 task done

[Bug]: ut TestSpeedupAbortAllTxn failed #20318

sukki37 opened this issue Nov 23, 2024 · 11 comments
Assignees
Labels
bug/ut kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@sukki37
Copy link
Contributor

sukki37 commented Nov 23, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

2.0-dev

Commit ID

during one pr

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

https://github.com/matrixorigin/matrixone/actions/runs/11980044139/job/33403510179?pr=20286

job-logs.txt.zip

Expected Behavior

No response

Steps to Reproduce

run ut

Additional information

No response

@sukki37 sukki37 added kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use bug/ut labels Nov 23, 2024
@sukki37 sukki37 added this to the 2.0.1 milestone Nov 23, 2024
@zhangxu19830126
Copy link
Contributor

logtail consumer panic

@volgariver6
Copy link
Contributor

fixed by #20328

@jensenojs
Copy link
Contributor

@sukki37
Copy link
Contributor Author

sukki37 commented Nov 29, 2024

@XuPeng-SH
Copy link
Contributor

@volgariver6
Copy link
Contributor

fixed

@volgariver6 volgariver6 removed their assignment Dec 10, 2024
@sukki37 sukki37 closed this as completed Dec 12, 2024
@sukki37 sukki37 reopened this Dec 25, 2024
@sukki37
Copy link
Contributor Author

sukki37 commented Dec 25, 2024

repro:https://github.com/matrixorigin/matrixone/actions/runs/12483364431/job/34840545182?pr=20906

2024/12/24 16:28:28.547805 +0000 INFO tn-service.logtail-server service/session.go:526 send subscription response {"service": "11002-tn", "uuid": "11002-tn", "server-id": "0193f97e-9627-7800-af11-537ec2e971e2", "stream-id": 1, "remote": "127.0.0.1:41050", "table": "db_id:1 tb_id:2 db_name:\"mo_catalog\" tb_name:\"mo_tables\" primary_seqnum:19 ", "To": "PhysicalTime:1735057708547140513 "}
panic: ExpectedEOB

goroutine 6304 [running]:
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Compile).compileTableScanDataSource(0xc036c941a0, 0xc03e312960)
	/home/runner/work/matrixone/matrixone/pkg/sql/compile/compile.go:1872 +0x26bb
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).initDataSource(...)
	/home/runner/work/matrixone/matrixone/pkg/sql/compile/scope.go:131
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).InitAllDataSource(0xc03e312960, 0xc036c941a0)
	/home/runner/work/matrixone/matrixone/pkg/sql/compile/scope.go:220 +0xdc
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Compile).prePipelineInitializer(0xc036c941a0)
	/home/runner/work/matrixone/matrixone/pkg/sql/compile/compile.go:481 +0x165
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Compile).Run(0xc036c941a0, 0x8722b68?)
	/home/runner/work/matrixone/matrixone/pkg/sql/compile/compile2.go:238 +0xe45
github.com/matrixorigin/matrixone/pkg/sql/compile.(*txnExecutor).Exec(0xc03ea192c0, {0xc052b49500, 0x26}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
	/home/runner/work/matrixone/matrixone/pkg/sql/compile/sql_executor.go:378 +0x1bd8
github.com/matrixorigin/matrixone/pkg/txn/trace.(*service).watch.func1.1({0x87273f8, 0xc03ea192c0})
	/home/runner/work/matrixone/matrixone/pkg/txn/trace/service.go:425 +0xe6
github.com/matrixorigin/matrixone/pkg/sql/compile.(*sqlExecutor).ExecTxn(0xc033e59050, {0x8722c10, 0xc051de36c0}, 0xc052234588, {0x0, {0x0, 0x0}, {0x7bbd0fa, 0x8}, 0x0, ...})
	/home/runner/work/matrixone/matrixone/pkg/sql/compile/sql_executor.go:138 +0xcd
github.com/matrixorigin/matrixone/pkg/txn/trace.(*service).watch.func1()
	/home/runner/work/matrixone/matrixone/pkg/txn/trace/service.go:421 +0x45c
github.com/matrixorigin/matrixone/pkg/txn/trace.(*service).watch(0xc0206a7440, {0x8722b68, 0xc03423f830})
	/home/runner/work/matrixone/matrixone/pkg/txn/trace/service.go:454 +0x208
github.com/matrixorigin/matrixone/pkg/common/stopper.(*Stopper).doRunCancelableTask.func1()
	/home/runner/work/matrixone/matrixone/pkg/common/stopper/stopper.go:277 +0xcf
created by github.com/matrixorigin/matrixone/pkg/common/stopper.(*Stopper).doRunCancelableTask in goroutine 4934
	/home/runner/work/matrixone/matrixone/pkg/common/stopper/stopper.go:272 +0x165
steps.ut.conclusion: failure
FAIL_UT_CASES=TestSpeedupAbortAllTxn,

@qingxinhome
Copy link
Contributor

@sukki37 sukki37 assigned volgariver6 and unassigned sukki37 Dec 30, 2024
@volgariver6
Copy link
Contributor

fixed by #20934

@volgariver6 volgariver6 assigned sukki37 and unassigned volgariver6 Dec 31, 2024
@sukki37
Copy link
Contributor Author

sukki37 commented Jan 4, 2025

testing

@sukki37
Copy link
Contributor Author

sukki37 commented Jan 12, 2025

Not repro recently

@sukki37 sukki37 closed this as completed Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/ut kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

6 participants