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

Multi cluster write detection #83

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

joydeepbroy-zeotap
Copy link
Collaborator

We faced a production issue with some of our pipelines while using Delta 1.0.1 and as a follow-up, we raised an issue on Delta core. While it seems that this issue is not present with Delta 2.x, it became imperative for us to detect it whenever it occurs and be able to fix it right there as we faced production data loss. Moreover, with the advent of various cloud providers, it becomes even more essential to detect it because it is sometimes ambiguous whether they provide the guarantees or not like we faced in the case of GCP. More information can be found in this blog by Denny Lee.

In this PR, there are 2 methods that can help in easy detection as the logic turns out to be simple despite the complicated name. Please suggest other variations of this method if you deem fit @brayanjuls @MrPowers

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

Successfully merging this pull request may close these issues.

3 participants