Krishen Bhan created HUDI-7313:
----------------------------------
Summary: ZookeeperBasedLockProvider should store application info
in lock node
Key: HUDI-7313
URL: https://issues.apache.org/jira/browse/HUDI-7313
Project: Apache Hudi
Issue Type: Improvement
Components: metrics, multi-writer
Reporter: Krishen Bhan
Currently when ZookeeperBasedLockProvider acquires a lock, it does not provide
information on the lock holder via
[https://curator.apache.org/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMutex.html#getLockNodeBytes|https://curator.apache.org/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMutex.html#getLockNodeBytes--]
which can be used to store info about the application that acquired the lock.
Updating HUDI to implement this API would help users easily identify
information about the application that acquired the ZooKeeper lock when they
use ZooKeeper tooling (such as zkcli).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)