dmgcodevil commented on issue #6370: URL: https://github.com/apache/iceberg/issues/6370#issuecomment-1371833337
@pvary I mean, does it solve the problem with orphan locks? Also, we see a lot of errors thrown [here](https://github.com/apache/iceberg/blob/master/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java#L294), but I don't understand how it's possible. Is it b/c some other process released the lock and update a table? Nonetheless, can get rid of locks, i.e. this [line](https://github.com/apache/iceberg/blob/master/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java#L266)? -- 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]
