Re: [PR] HIVE: release expired hive lock [iceberg]

2025-02-24 Thread via GitHub
xicm closed pull request #12392: HIVE: release expired hive lock URL: https://github.com/apache/iceberg/pull/12392 -- 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 unsubscrib

Re: [PR] HIVE: release expired hive lock [iceberg]

2025-02-24 Thread via GitHub
xicm commented on PR #12392: URL: https://github.com/apache/iceberg/pull/12392#issuecomment-2680207999 > HMS should have a service to release the expired locks. It is not the responsibility of the client to do so. Okay, got it. -- This is an automated message from the Apache Git Se

Re: [PR] HIVE: release expired hive lock [iceberg]

2025-02-24 Thread via GitHub
pvary commented on PR #12392: URL: https://github.com/apache/iceberg/pull/12392#issuecomment-2678537833 HMS should have a service to release the expired locks. It is not the responsibility of the client to do so. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] HIVE: release expired hive lock [iceberg]

2025-02-23 Thread via GitHub
xicm commented on code in PR #12392: URL: https://github.com/apache/iceberg/pull/12392#discussion_r1967009129 ## hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java: ## @@ -372,15 +393,30 @@ private LockInfo findLock() throws LockException, InterruptedExcept

Re: [PR] HIVE: release expired hive lock [iceberg]

2025-02-23 Thread via GitHub
xicm commented on code in PR #12392: URL: https://github.com/apache/iceberg/pull/12392#discussion_r1967008682 ## hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreLock.java: ## @@ -74,7 +77,10 @@ class MetastoreLock implements HiveLock { private static final long

[PR] HIVE: release expired hive lock [iceberg]

2025-02-23 Thread via GitHub
xicm opened a new pull request, #12392: URL: https://github.com/apache/iceberg/pull/12392 ``` org.apache.iceberg.exceptions.CommitFailedException: Timed out after 181159 ms waiting for lock on table at org.apache.iceberg.hive.HiveTableOperations.acquireLock(HiveTableOperation