Jasonlaradsouza opened a new issue, #11795:
URL: https://github.com/apache/iceberg/issues/11795

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to