pvary commented on issue #1904: URL: https://github.com/apache/iceberg/issues/1904#issuecomment-755118288
> > > hi~ @rdblue Shall we consider this situation that process shut down when commit action hold the lock of hive table . > > > > > > How often could this happen? Asking because Hive have cleaner methods in place which will remove the stale locks which did not receive heartbeat for a given period. So we should clean up the locks as much as possible, but we do not have to consider super rare situations. > > hi~@pvary i did not encounter this situation,i just have a guess . could the period of no receive heartbeat be config at hive metastore The config is called [hive.txn.timeout](https://cwiki.apache.org/confluence/plugins/servlet/mobile?contentId=40509723#ConfigurationProperties-Transactions). The default is 300s. Hope this help. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
