agnes-xinyi-lu opened a new pull request, #15126:
URL: https://github.com/apache/iceberg/pull/15126
When multiple processes concurrently commit to different branches of the
same table through the REST catalog, sequence number validation failures
in TableMetadata.addSnapshot() were throwing non-retryable
ValidationException
instead of retryable CommitFailedException.
This fix wraps the sequence number validation error in
CommitFailedException
within MetadataUpdate.AddSnapshot.applyTo(), allowing the client retry
logic
to properly handle concurrent commit conflicts.
Issue https://github.com/apache/iceberg/issues/15001
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]