-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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, after flashback, pitr restore data to downstram, data inconsistent with upstream #39602
Comments
[root@localhost zak]# nohup ./br restore point --pd=172.16.6.35:3679 --storage="s3://tmp/br-lt-log-backup-1201?access-key=minioadmin&secret-access-key=minioadmin&endpoint=http%3a%2f%2fminio.pingcap.net%3a9000&force-path-style=true" --restored-ts="2022-12-02 19:05:00+0800" --concurrency=64 --pitr-concurrency=128 --full-backup-storage="s3://tmp/backup-46-snapshot-20221201200000?access-key=minioadmin&secret-access-key=minioadmin&endpoint=http%3a%2f%2fminio.pingcap.net%3a9000&force-path-style=true" >> restore-46.log 2>&1 & |
close #13909, ref pingcap/tidb#39602 GC would be skipped once the `ratio_threshold` is negative or infinity. Signed-off-by: hillium <yu745514916@live.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
ref #13904, close #13909, ref pingcap/tidb#39602 GC would be skipped once the `ratio_threshold` is negative or infinity. Signed-off-by: hillium <yu745514916@live.com> Co-authored-by: hillium <yu745514916@live.com>
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
1.install tidb cluster with tiflash, CDC node
2. start pitr task, CDC task, and set tiflash replica
3. prepare 300G data
4. run workload for 1 hour
5. flashback to 1 hour ago
6. restore data to downstream
2. What did you expect to see? (Required)
flashback successfully
data in downstream is consistent with upstream
3. What did you see instead (Required)
in upstream:
in downstream:
4. What is your TiDB version? (Required)
[root@localhost zak]# ./br -V
Release Version: v6.5.0-alpha-201-g8f61a6fea
Git Commit Hash: 8f61a6f
Git Branch: fix-rewrite-shortvalue
Go Version: go1.19
UTC Build Time: 2022-12-02 10:26:54
Race Enabled: false
The text was updated successfully, but these errors were encountered: