-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.component/testseverity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
[2024/01/15 03:03:17.975 +00:00] [ERROR] [spool.go:139] ["recover panic"] [recover="runtime error: index out of range [2227] with length 6"] [stack="github.com/pingcap/tidb/pkg/resourcemanager/pool/spool.(*Pool).run.func1.1\n\tpkg/resourcemanager/pool/spool/spool.go:139\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\nruntime.goPanicIndex\n\tGOROOT/src/runtime/panic.go:114\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler_test.TestManagerDispatchLoop.func3.1\n\tpkg/disttask/framework/scheduler/scheduler_test.go:550\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngo.uber.org/mock/gomock.(*Call).Do.func1\n\texternal/org_uber_go_mock/gomock/call.go:179\ngo.uber.org/mock/gomock.(*Controller).Call\n\texternal/org_uber_go_mock/gomock/controller.go:229\ngithub.com/pingcap/tidb/pkg/disttask/framework/mock.(*MockScheduler).ScheduleTask\n\tpkg/disttask/framework/mock/scheduler_mock.go:171\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:321\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/spool.(*Pool).run.func1\n\tpkg/resourcemanager/pool/spool/spool.go:144"] [stack="github.com/pingcap/tidb/pkg/resourcemanager/pool/spool.(*Pool).run.func1.1\n\tpkg/resourcemanager/pool/spool/spool.go:139\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\nruntime.goPanicIndex\n\tGOROOT/src/runtime/panic.go:114\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler_test.TestManagerDispatchLoop.func3.1\n\tpkg/disttask/framework/scheduler/scheduler_test.go:550\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngo.uber.org/mock/gomock.(*Call).Do.func1\n\texternal/org_uber_go_mock/gomock/call.go:179\ngo.uber.org/mock/gomock.(*Controller).Call\n\texternal/org_uber_go_mock/gomock/controller.go:229\ngithub.com/pingcap/tidb/pkg/disttask/framework/mock.(*MockScheduler).ScheduleTask\n\tpkg/disttask/framework/mock/scheduler_mock.go:171\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:321\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/spool.(*Pool).run.func1\n\tpkg/resourcemanager/pool/spool/spool.go:144"]
scheduler_test.go:602:
Error Trace: pkg/disttask/framework/scheduler/scheduler_test.go:602
Error: Condition never satisfied
Test: TestManagerDispatchLoop
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.component/testseverity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.