You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xi chaomin (Jira)" <ji...@apache.org> on 2023/03/09 09:04:00 UTC

[jira] [Created] (HUDI-5911) SimpleTransactionDirectMarkerBasedDetectionStrategy can't work with none-partitioned table

xi chaomin created HUDI-5911:
--------------------------------

             Summary: SimpleTransactionDirectMarkerBasedDetectionStrategy can't work with none-partitioned table
                 Key: HUDI-5911
                 URL: https://issues.apache.org/jira/browse/HUDI-5911
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: xi chaomin


{code:java}
Caused by: org.apache.hudi.exception.HoodieLockException: FAILED_TO_ACQUIRE lock atZkBasePath = /test, lock key = /1098eec3-ca73-4a11-9fc3-3b48d59e6d7e-0
    at org.apache.hudi.client.transaction.lock.ZookeeperBasedLockProvider.tryLock(ZookeeperBasedLockProvider.java:101)
    at org.apache.hudi.client.transaction.lock.LockManager.lock(LockManager.java:78)
    ... 36 more
Caused by: java.lang.IllegalArgumentException: Invalid path string "/test//1098eec3-ca73-4a11-9fc3-3b48d59e6d7e-0" caused by empty node name specified @6
    at org.apache.curator.utils.PathUtils.validatePath(PathUtils.java:102)
    at org.apache.curator.framework.recipes.locks.InterProcessMutex.<init>(InterProcessMutex.java:194)
    at org.apache.curator.framework.recipes.locks.InterProcessMutex.<init>(InterProcessMutex.java:76)
    at org.apache.curator.framework.recipes.locks.InterProcessMutex.<init>(InterProcessMutex.java:66)
    at org.apache.hudi.client.transaction.lock.ZookeeperBasedLockProvider.acquireLock(ZookeeperBasedLockProvider.java:143)
    at org.apache.hudi.client.transaction.lock.ZookeeperBasedLockProvider.tryLock(ZookeeperBasedLockProvider.java:96) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)