-
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
report "Error 1105: region 5972 is in flashback progress, FlashbackStartTS is 441360701681827852" after flashback command finished #43673
Comments
The root case is we use follower read to read data and the follower's region is still in flashback state(caused by #43149). This is not a serious bug, we could wait a second to read data. |
Should fixed by tikv/tikv#14859, close it |
Seems still have follow read problem, reopen it. |
@Defined2014 |
No further news, maybe we could close this until it happened again. @cfzjywxk |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
[2023/05/09 06:02:43.009 +08:00] [INFO] [flashback_cluster_test.go:239] ["flashback cluster to timestamp '2023-05-08 21:56:43'"]
[2023/05/09 06:02:44.412 +08:00] [INFO] [flashback_cluster_test.go:248] ["select count() from tpcc.customer"]
[2023/05/09 06:02:44.502 +08:00] [INFO] [flashback_cluster_test.go:251] [error] ["select count() from table fail"="Error 1105: region 300
0 is in flashback progress, FlashbackStartTS is 441341277140942853"]
2. What did you expect to see? (Required)
sql can execute successfully after flashback
3. What did you see instead (Required)
report error
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: