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

Data is not consistency when conver tiflash mode to normal #5554

Closed
lilinghai opened this issue Aug 8, 2022 · 2 comments
Closed

Data is not consistency when conver tiflash mode to normal #5554

lilinghai opened this issue Aug 8, 2022 · 2 comments
Labels
affects-6.2 severity/major type/bug The issue is confirmed as a bug.

Comments

@lilinghai
Copy link

lilinghai commented Aug 8, 2022

Bug Report

convert tiflash mode from fast to normal and check consistency using diff tikv with tiflash, the result is :
result inconsistent tso 435126922503258118, tikv: [2100000], tiflash [4016148]

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

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

3. What did you see instead (Required)

4. What is your TiFlash version? (Required)

6.2

@lilinghai lilinghai added the type/bug The issue is confirmed as a bug. label Aug 8, 2022
@JaySon-Huang
Copy link
Contributor

JaySon-Huang commented Aug 8, 2022

The root cause is that TiFlash can not fetch the table info after a table has been dropped

similar to
#1664, #3777

The logs info will be updated later

@JaySon-Huang
Copy link
Contributor

close as we only support fast scan variable instead of table mode since 6.3

ref #5589

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

No branches or pull requests

4 participants