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

Retry writing delta after concurrent modification exceptions #7

Closed
istreeter opened this issue Sep 13, 2023 · 0 comments
Closed

Retry writing delta after concurrent modification exceptions #7

istreeter opened this issue Sep 13, 2023 · 0 comments

Comments

@istreeter
Copy link
Collaborator

Under most circumstances, Delta seamlessly handles any write conflicts caused by multiple instances of this loader.

However, there is one situation when Delta does not handle the conflict, and we get a DeltaConcurrentModificationException. This happens when another loader alters the table to add new columns. For example, when tracking a new schema for the first time.

Currently, the loader crashes and exits when this happens. Instead, when we get this exception we need to explicitly retry committing the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant