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

[Bug][Sort] Lost data in Iceberg when restoring checkpoint #8366

Closed
2 tasks done
thexiay opened this issue Jun 29, 2023 · 0 comments · Fixed by #8367
Closed
2 tasks done

[Bug][Sort] Lost data in Iceberg when restoring checkpoint #8366

thexiay opened this issue Jun 29, 2023 · 0 comments · Fixed by #8367
Assignees
Labels
component/sort type/bug Something is wrong
Milestone

Comments

@thexiay
Copy link
Contributor

thexiay commented Jun 29, 2023

What happened

Data loss occurs when checkpoint restores ingesting into iceberg

What you expected to happen

data normal

How to reproduce

  1. Assume that the current chk is n

  2. Manually roll back the task to the point where chk is m (m<n)

  3. Before m catches up to n, the task checkpoint succeeds but the checkpoint notify fails, and the data during this period will be lost

Environment

No response

InLong version

master

InLong Component

InLong Sort

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@thexiay thexiay added the type/bug Something is wrong label Jun 29, 2023
@dockerzhang dockerzhang added this to the 1.8.0 milestone Jun 29, 2023
@healchow healchow changed the title [Bug] Data loss occurs when checkpoint restores ingesting into iceberg [Bug][Sort] Lost data in Iceberg when restoring checkpoint Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/sort type/bug Something is wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants