-
Notifications
You must be signed in to change notification settings - Fork 279
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 TestPartitionBasedShardCanBeCreated failed(2.0dev) #20044
Labels
bug/ut
kind/bug
Something isn't working
severity/s1
High impact: Logical errors or data errors that must occur
Milestone
Comments
这个测试是一个集成测试,启动集群失败了,导致bootstrap失败。 |
@volgariver6 看一下 |
未处理 |
hard to repro |
1 similar comment
hard to repro |
7 tasks
7 tasks
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/s1
High impact: Logical errors or data errors that must occur
Is there an existing issue for the same bug?
Branch Name
2.0-dev
Commit ID
7fd55f2
Other Environment Information
Actual Behavior
panic: writeto tcp4 127.0.0.1:47780->127.0.0.1:12460: read tcp4 127.0.0.1:47780->127.0.0.1:12460: read: connection reset by peer
goroutine 14329 [running]:
github.com/matrixorigin/matrixone/pkg/cnservice.(*service).bootstrap(0xc072c95088)
/home/runner/work/matrixone/matrixone/pkg/cnservice/server.go:914 +0x6aa
github.com/matrixorigin/matrixone/pkg/cnservice.(*service).initEngine(0xc072c95088, {0x8605040, 0xc4ac800}, {0x8605260, 0xc037d7dd60}, 0xc049128b40)
/home/runner/work/matrixone/matrixone/pkg/cnservice/server.go:504 +0x2d7
github.com/matrixorigin/matrixone/pkg/cnservice.(*service).initMOServer(0xc072c95088, {0x8605040, 0xc4ac800}, 0xc049128b40, 0xc0a6eafd58)
/home/runner/work/matrixone/matrixone/pkg/cnservice/server.go:468 +0x226
github.com/matrixorigin/matrixone/pkg/cnservice.NewService(0xc043c99808, {0x8605040, 0xc4ac800}, {0x86631d0, 0xc03fe48708}, 0x0, {0xc02e7b7e30, 0x4, 0x4})
/home/runner/work/matrixone/matrixone/pkg/cnservice/server.go:204 +0x1d5b
github.com/matrixorigin/matrixone/pkg/embed.(*operator).startCNServiceLocked(0xc09916d008, {0x86631d0, 0xc03fe48708})
/home/runner/work/matrixone/matrixone/pkg/embed/operator.go:259 +0x71b
github.com/matrixorigin/matrixone/pkg/embed.(*operator).Start(0xc09916d008)
/home/runner/work/matrixone/matrixone/pkg/embed/operator.go:163 +0x212
github.com/matrixorigin/matrixone/pkg/embed.(*cluster).doStartLocked.func1(0xc09916d008)
/home/runner/work/matrixone/matrixone/pkg/embed/cluster.go:127 +0x7c
created by github.com/matrixorigin/matrixone/pkg/embed.(*cluster).doStartLocked in goroutine 13323
/home/runner/work/matrixone/matrixone/pkg/embed/cluster.go:125 +0x2e9
Expected Behavior
No response
Steps to Reproduce
https://github.com/matrixorigin/matrixone/actions/runs/11814519211/job/32913739186?pr=20030
Additional information
No response
The text was updated successfully, but these errors were encountered: