-
Notifications
You must be signed in to change notification settings - Fork 410
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
TiFlash may failed to start deployed under disagg arch #9282
Comments
By dumping the entries from PageStorage WAL, we can locate that two entries cause this issue:
The first entry is a page with data.size == 0, placed at blob_id=551, offset=0x15376. And later another page is placed at blob_id=551, offset=0x15373 with data.size == 15. The second page will cover the place of the first page. And our code can not handle this situation with "empty page data". And minimal reproduce ut:
|
Bug Report
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)
TiFlash write node failed to start when deployed under disagg arch
4. What is your TiFlash version? (Required)
v7.5.2
The text was updated successfully, but these errors were encountered: