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

Validation Exception: Found new conflicting delete files that can apply to records matching true #11795

Open
3 tasks
Jasonlaradsouza opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Jasonlaradsouza
Copy link

Apache Iceberg version

1.6.1

Query engine

Spark

Please describe the bug 🐞

I'm getting Validation Exception : Found new conflicting delete files that can apply to records matching true. while trying to write concurrently to the same iceberg table.

The statement I'm using is MERGE INTO.

I have already set the table properties to
"commit.retry.max-wait-ms" : "50000",
"write.merge.isolation-level" : "snapshot",
"write.delete.isolation-level" : "snapshot",
"commit.retry.num-retries" : "3",
"write.update.isolation-level" : "snapshot",
"commit.retry.min-wait-ms" : "50000"

These settings are not working. I'm not sure retries are happening as well. Please help resolve this issue.

Willingness to contribute

  • I can contribute a fix for this bug independently
  • I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • I cannot contribute a fix for this bug at this time
@Jasonlaradsouza Jasonlaradsouza added the bug Something isn't working label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant