Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

br: ebs restore may cause region leaders assign on one tikv lead to all flashback request to one tikvs #39404

Closed
fengou1 opened this issue Nov 27, 2022 · 0 comments · Fixed by #39402
Assignees
Labels
affects-6.4 severity/minor type/bug The issue is confirmed as a bug.

Comments

@fengou1
Copy link
Contributor

fengou1 commented Nov 27, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. create cluster, launch a tpcc to insert some data
  2. wait tpcc finished, and wait all data to flush to disk. (all peer in a region has the same log term, last index, and commit index)
  3. backup the cluster
  4. cluster restore cluster
  5. cluster ebs restore
  6. deploy Grafana, and check flashback requests on tikv dashboard

2. What did you expect to see? (Required)

in condition, all peer in a region has the same log term, last index, and commit index.
flashback shall evenly send to all tikvs, not focus on some of them.

3. What did you see instead (Required)

flashback only send to one tikv or some

4. What is your TiDB version? (Required)

v6.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.4 severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant