kbuci opened a new issue, #17920: URL: https://github.com/apache/hudi/issues/17920
### Task Description **What needs to be done:** When a write client acquires the lock using `ZookeeperLockProivder`, it should store the `javaSparkContext.sc().applicationId()` spark application ID in the Zookeeper lock node. Specifically, the https://curator.apache.org/apidocs/org/apache/curator/framework/recipes/locks/InterProcessMutex.html#getLockNodeBytes() should be implemented to return this application id **Why this task is needed:** When the ZK lock is held for too long, we want to be able to see the application id via `zk-cli`. Since that way we figure out which job is currently holding the table lock for too long. We can upstream our internal implementation once we reach consensus ### Task Type Code improvement/refactoring ### Related Issues **Parent feature issue:** (if applicable ) **Related issues:** NOTE: Use `Relationships` button to add parent/blocking issues after issue is created. -- 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]
