badalprasadsingh opened a new issue, #1602: URL: https://github.com/apache/iceberg-go/issues/1602
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Here, the transaction commit sets the internal `committed` flag to `true` before calling `doCommit`. If `doCommit` returns an error because of any reason : one possible reasons can be exhausted OCC retries, the transaction still retains `committed` as `true`. This makes the `transaction` permanently unusable after any commit failure. -- 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]
