pingcap / pingcap/tidb

br: after `restore point` , admin check and select sql error

Open
#40,243 2 comments 0 reactions 0 assignees View on GitHub
component/br found/automation severity/moderate type/bug
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Bug Report

Please answer these questions before submitting your issue. Thanks!

### 1. Minimal reproduce step (Required)
1. br restore point
2. `ADMIN CHECK longrun_tpcc.customer;`
3. `SELECT BIT_XOR(CRC32(CONCAT_WS(',', `c_id`,`c_d_id`,`c_w_id`,`c_first`,`c_middle`,`c_last`,`c_street_1`,`c_street_2`,`c_city`,`c_state`,`c_zip`,`c_phone`,`c_since`,`c_credit`,`c_credit_lim`,`c_discount`,`c_balance`,`c_ytd_payment`,`c_payment_cnt`,`c_delivery_cnt`,`c_data`))) AS checksum FROM longrun_tpcc.customer;`

### 2. What did you expect to see? (Required)
1. after restore ,no error
### 3. What did you see instead (Required)
1. ERROR 1105 (HY000): other error: default not found: key:748000000000008EFF8C5F728000000000FF016DB30000000000FAF9EB1BF5DA2FFFFD, maybe read truncated/dropped table data?
### 4. What is your TiDB version? (Required)
1. /br --version
Release Version: v6.5.0
Git Commit Hash: 4f930817cb78a59ba164a919f063ab7a6d425341
Git Branch: heads/refs/tags/v6.5.0
Go Version: go1.19.3
UTC Build Time: 2022-12-10 14:40:08
Race Enabled: false

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.