Should log table and index name when data inconsistencies occour #24643
Labels
sig/execution
SIG execution
sig/transaction
SIG:Transaction
type/enhancement
The issue or PR belongs to an enhancement.
Bug Report
TiDB will report and log an error message if it detects data inconsistencies, but it only logs the index name. We don't know the table name! For example,
tidb/executor/distsql.go
Lines 1215 to 1223 in b7c22aa
TiDB should log enough information.
The text was updated successfully, but these errors were encountered: