matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.77k stars 274 forks source link

[Bug]: panic during bvt test #18487

Closed sukki37 closed 2 weeks ago

sukki37 commented 3 weeks ago

Is there an existing issue for the same bug?

Branch Name

1.2-dev

Commit ID

during one pr

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

{"level":"ERROR","time":"2024/09/02 16:31:55.902749 +0000","caller":"engine/entire_engine.go:58","msg":"error: internal error: temporary engine not init yet","span":{"trace_id":"af1e07dc-0a95-d435-a2c7-b1117ef97ef8","span_id":"0eea61ddee82ba68"}}
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x363c6d3]

goroutine 1877 [running]:
github.com/matrixorigin/matrixone/pkg/frontend.(*Routine).getConnectionID(0x0?)
    /home/runner/work/matrixone/matrixone/head/pkg/frontend/routine.go:153 +0x13
github.com/matrixorigin/matrixone/pkg/frontend.(*AccountRoutineManager).deleteRoutine(0xc00f35b4f0, 0x97, 0xc0dfc0ab80)
    /home/runner/work/matrixone/matrixone/head/pkg/frontend/routine_manager.go:97 +0x93
github.com/matrixorigin/matrixone/pkg/frontend.(*RoutineManager).KillRoutineConnections(0xc0067625b0)
    /home/runner/work/matrixone/matrixone/head/pkg/frontend/routine_manager.go:591 +0x23a
github.com/matrixorigin/matrixone/pkg/frontend.NewRoutineManager.func1()
    /home/runner/work/matrixone/matrixone/head/pkg/frontend/routine_manager.go:645 +0x65
created by github.com/matrixorigin/matrixone/pkg/frontend.NewRoutineManager in goroutine 1628
    /home/runner/work/matrixone/matrixone/head/pkg/frontend/routine_manager.go:638 +0x22f

Standalone-e2e-BVT-Test-on-Linux-x64(LAUNCH,PESSIMISTIC)-reports.zip

Expected Behavior

No response

Steps to Reproduce

run bvt

Additional information

No response

sukki37 commented 3 weeks ago

maybe dup with https://github.com/matrixorigin/matrixone/issues/18475

YANGGMM commented 3 weeks ago

@aressu1985 plz test

Ariznawlll commented 3 weeks ago

今天观察了一下,没出现

Ariznawlll commented 3 weeks ago

今天观察了一下,没出现