Aatirhassanpir opened a new issue, #12034: URL: https://github.com/apache/iceberg/issues/12034
### Feature Request / Improvement ## Description This improvement aims to enhance the lock mechanism in Apache Hive's Metastore by introducing: Retry Logic for Lock Acquisition: Retry lock acquisition if the initial attempt fails. Improved Unlock Handling: Attempt unlock even without a lockId, using agentInfo. Interrupt Handling: Retry both lock and unlock operations in case of interruptions. The goal is to make the locking process more robust, ensuring reliability in distributed systems and preventing issues like deadlocks or failed lock releases due to interruptions or network issues. ### Query engine None ### Willingness to contribute - [ ] I can contribute this improvement/feature independently - [ ] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature 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: [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]
