The panic log doesn't contain the panic reason information
Open
severity/minor
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
same issue with https://github.com/tikv/client-go/issues/966
```log
[2023/09/08 15:02:56.261 +08:00] [ERROR] [client_batch.go:303] [batchSendLoop] [r={}] [stack="github.com/tikv/client-go/v2/internal/client.(*batchConn).batchSendLoop.func1 . . .
```
I can't known the panic reason from the log, since `r={}`.
Contributor guide
Assessment
This issue has not been assessed yet.