[ https://issues.apache.org/jira/browse/EAGLE-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15666573#comment-15666573 ]
ASF GitHub Bot commented on EAGLE-770: -------------------------------------- GitHub user wujinhu reopened a pull request: https://github.com/apache/incubator-eagle/pull/655 [EAGLE-770] remove InterProcessMutex from JobHistoryZKStateManager You can merge this pull request into a Git repository by running: $ git pull https://github.com/wujinhu/incubator-eagle EAGLE-770 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-eagle/pull/655.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #655 ---- commit 890648662e1a4398de46a4925869d56f4e4135a4 Author: wujinhu <wujinhu...@126.com> Date: 2016-11-15T08:48:11Z remove InterProcessMutex from JobHistoryZKStateManager commit e4c9c58fc533f7374f05f9b662e89bd98daf6d60 Author: wujinhu <wujinhu...@126.com> Date: 2016-11-15T08:50:08Z remove InterProcessMutex from JobHistoryZKStateManager ---- > remove InterProcessMutex from JobHistoryZKStateManager > ------------------------------------------------------ > > Key: EAGLE-770 > URL: https://issues.apache.org/jira/browse/EAGLE-770 > Project: Eagle > Issue Type: Bug > Affects Versions: v0.5.0 > Reporter: wujinhu > Assignee: wujinhu > Fix For: v0.5.0 > > > InterProcessMutex works across JVMs. But our applications are running in > storm cluster, a storm worker may contains many task threads. So that the > lock is useless. -- This message was sent by Atlassian JIRA (v6.3.4#6332)