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]: sysbench100w delete 1000threads mo reported panic runtime error: index out of range [0] with length 0 #19665

Closed
1 task done
heni02 opened this issue Oct 29, 2024 · 8 comments
Assignees
Labels
Milestone

Comments

@heni02
Copy link
Contributor

heni02 commented Oct 29, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

fc4b674

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

job: https://github.com/matrixorigin/mo-nightly-regression/actions/runs/11570141997/job/32206186324
企业微信截图_dc2ef42e-84bf-4364-918a-bab1f6533842

log: https://grafana.ci.matrixorigin.cn/goto/uCap62WHR?orgId=1

Expected Behavior

No response

Steps to Reproduce

sysbench100w delete threads test

Additional information

No response

@heni02 heni02 added kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels Oct 29, 2024
@heni02 heni02 added this to the 2.0.0 milestone Oct 29, 2024
@heni02
Copy link
Contributor Author

heni02 commented Oct 29, 2024

二分结果:#19642有问题
企业微信截图_61223888-999f-40b3-9ba6-06ea6a6ce372

@heni02
Copy link
Contributor Author

heni02 commented Oct 29, 2024

#19642再次验证中,查看是否是该pr必现

@heni02
Copy link
Contributor Author

heni02 commented Oct 29, 2024

@heni02
Copy link
Contributor Author

heni02 commented Oct 29, 2024

@sukki37 sukki37 assigned badboynt1 and unassigned matrix-meow Oct 29, 2024
@heni02
Copy link
Contributor Author

heni02 commented Oct 30, 2024

sysbench update 也报panic error
job:https://github.com/matrixorigin/mo-nightly-regression/actions/runs/11577127333/job/32248633711
企业微信截图_9c5d08ba-f3ff-4c0f-b495-849ec81ec1c9

{"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"}}

mo log:
https://grafana.ci.matrixorigin.cn/explore?panes=%7B%22gAD%22:%7B%22datasource%22:%22loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bnamespace%3D%5C%22mo-branch-nightly-c47d6c522-20241029%5C%22%7D%20%7C%3D%20%60panic%60%22,%22queryType%22:%22range%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22loki%22%7D,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%221730244176006%22,%22to%22:%221730245308410%22%7D%7D%7D&schemaVersion=1&orgId=1

@heni02 heni02 added severity/s-1 and removed severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels Oct 30, 2024
@m-schen
Copy link
Contributor

m-schen commented Oct 30, 2024

可以先拿2.0分支测,main分支的ci还在跑。

@aressu1985
Copy link
Contributor

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants