-
Notifications
You must be signed in to change notification settings - Fork 276
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]: sysbench100w delete 1000threads mo reported panic runtime error: index out of range [0] with length 0 #19665
Comments
#19642再次验证中,查看是否是该pr必现 |
sysbench update 也报panic error {"level":"ERROR","time":"2024/10/29 23:25:21.104637 +0000","caller":"pipeline/pipeline.go:83","msg":"error: internal error: panic runtime error: index out of range [2] with length 2: \nruntime.goPanicIndex\n\t/usr/local/go/src/runtime/panic.go:115\ngithub.com/matrixorigin/matrixone/pkg/container/vector.(*Vector).GetBytesAt\n\t/go/src/github.com/matrixorigin/matrixone/pkg/container/vector/vector.go:284\ngithub.com/matrixorigin/matrixone/pkg/common/hashmap.fillStringGroupStr\n\t/go/src/github.com/matrixorigin/matrixone/pkg/common/hashmap/strhashmap.go:152\ngithub.com/matrixorigin/matrixone/pkg/common/hashmap.(*strHashmapIterator).encodeHashKeys\n\t/go/src/github.com/matrixorigin/matrixone/pkg/common/hashmap/strhashmap.go:93\ngithub.com/matrixorigin/matrixone/pkg/common/hashmap.(*strHashmapIterator).Insert\n\t/go/src/github.com/matrixorigin/matrixone/pkg/common/hashmap/iterator.go:58\ngithub.com/matrixorigin/matrixone/pkg/sql/colexec/hashmap_util.(*HashmapBuilder).BuildHashmap\n\t/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/hashmap_util/hashmap_util.go:282\ngithub.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild.(*container).build\n\t/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild/build.go:136\ngithub.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild.(*HashBuild).Call\n\t/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild/build.go:66\ngithub.com/matrixorigin/matrixone/pkg/vm/pipeline.(*Pipeline).Run\n\t/go/src/github.com/matrixorigin/matrixone/pkg/vm/pipeline/pipeline.go:71\ngithub.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).Run\n\t/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:165\ngithub.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).ParallelRun\n\t/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:443\ngithub.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).MergeRun\n\t/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:320\ngithub.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).MergeRun.func1\n\t/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:281\ngithub.com/panjf2000/ants/v2.(*goWorker).run.func1\n\t/go/pkg/mod/github.com/panjf2000/ants/[email protected]/worker.go:67\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1700","span":{"trace_id":"1a34fd6a-db89-f207-8e28-106df465bdcf","span_id":"d15df56dc60080e5"}} |
可以先拿2.0分支测,main分支的ci还在跑。 |
fixed |
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
fc4b674
Other Environment Information
Actual Behavior
job: https://github.com/matrixorigin/mo-nightly-regression/actions/runs/11570141997/job/32206186324
log: https://grafana.ci.matrixorigin.cn/goto/uCap62WHR?orgId=1
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: