gabrywu opened a new issue #2020: [QUESTION] Reslove InterProcessMutex.acquire() hang URL: https://github.com/apache/incubator-dolphinscheduler/issues/2020 Worker's Network is not good , but connecting has no problem . When worker using InterProcessMutex to acquire a lock, all worker's acquire() hang in a long time. ``` public InterProcessMutex acquireZkLock(CuratorFramework zkClient,String zNodeLockPath)throws Exception{ InterProcessMutex mutex = new InterProcessMutex(zkClient, zNodeLockPath); mutex.acquire(); return mutex; } ``` Has anyone else encountered the same problem ?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
