[GitHub] helix pull request: fixed a bug at WriteLock caused by read-delete...

2016-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/44 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] helix pull request: fixed a bug at WriteLock caused by read-delete...

2016-05-25 Thread kishoreg
Github user kishoreg commented on the pull request: https://github.com/apache/helix/pull/44#issuecomment-221774907 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] helix pull request: fixed a bug at WriteLock caused by read-delete...

2016-05-19 Thread neutronsharc
GitHub user neutronsharc opened a pull request: https://github.com/apache/helix/pull/44 fixed a bug at WriteLock caused by read-delete race on a znode. Bug description: T1 currently owns a zk lock as signified by znode n1, T2 creates a znode n2 and realizes n1 is saller. T2