Restore Txn: client get stuck after restoration. #45476
Closed
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
- tiup playground --db=0 --tiflash=0
- using tcl(https://github.com/c4pt0r/tcli/tree/main) to write some data
- run backup txn
- using tcl(https://github.com/c4pt0r/tcli/tree/main) to delete the data
- run restore txn
- using tcl(https://github.com/c4pt0r/tcli/tree/main) to scan
2. What did you expect to see? (Required)
scan return directly
3. What did you see instead (Required)
scan gets stuck
4. What is your TiDB version? (Required)
master