We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
run workload and restart tiflash
tiflash restart successfully
tiflash failed to restart with the following error: [2023/07/07 01:56:00.026 +00:00] [ERROR] [] ["DB::Exception: try to create upsert entry version with invalid state [ver=2057534.1] [entry=PageEntry{file: 4, offset: 0x538108A, size: 304, checksum: 0x1934551964F67E4F, tag: 0, field_offsets: [], checkpoint_info: invalid}] [state={type:VAR_DELETE, create_ver: 0.0, is_deleted: false, delete_ver: 0.0, ori_page_id: 0x.0, being_ref_count: 1, num_entries: 0}]: [type=UPSERT] [page_id=0x01010200000000000002B701.13612] [ver=2057534.1]"] [source=Application] [thread_id=1]
master
The text was updated successfully, but these errors were encountered:
introduced by #7668
Sorry, something went wrong.
PageStorage: remove wal files according to its max sequence when dump…
892c2ca
… snapshot (#7779) close #7780
lidezhu
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
run workload and restart tiflash
2. What did you expect to see? (Required)
tiflash restart successfully
3. What did you see instead (Required)
tiflash failed to restart with the following error:
[2023/07/07 01:56:00.026 +00:00] [ERROR] [] ["DB::Exception: try to create upsert entry version with invalid state [ver=2057534.1] [entry=PageEntry{file: 4, offset: 0x538108A, size: 304, checksum: 0x1934551964F67E4F, tag: 0, field_offsets: [], checkpoint_info: invalid}] [state={type:VAR_DELETE, create_ver: 0.0, is_deleted: false, delete_ver: 0.0, ori_page_id: 0x.0, being_ref_count: 1, num_entries: 0}]: [type=UPSERT] [page_id=0x01010200000000000002B701.13612] [ver=2057534.1]"] [source=Application] [thread_id=1]
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: