You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create cluster, launch a tpcc to insert some data
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)
backup the cluster
cluster restore cluster
cluster ebs restore
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
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
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
The text was updated successfully, but these errors were encountered: