make the error message less confusing when met error in tidbBackend.WriteRows
Open
component/lightning
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
Many kinds of error may happen when write rows:
1. write rows exceed conflict threshold
2. others
But all of them will be printed with the `write rows exceed conflict threshold` prefix.
We need a better error msg.
Contributor guide
Assessment
This issue has not been assessed yet.