[
https://issues.apache.org/jira/browse/SAMZA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855246#comment-15855246
]
ASF GitHub Bot commented on SAMZA-1082:
---------------------------------------
GitHub user navina opened a pull request:
https://github.com/apache/samza/pull/48
SAMZA-1082 : Implement Leader Election using ZK
Simple implementation of leader election recipe along with unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/navina/samza LeaderElector
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/48.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 #48
----
commit 37c2c8beddbf61325da80ea190e1f8e70d7c1bbc
Author: navina <[email protected]>
Date: 2017-01-23T21:16:49Z
Extracting files related to LeaderElection
commit aaaf24e2b159b21f28670171b027c2a69ea2737c
Author: navina <[email protected]>
Date: 2017-02-02T01:40:13Z
Adding EmbeddedZookeeper for testing
commit 317cf167ba9d5bd08e9ebe753892c2bd44befeb0
Author: navina <[email protected]>
Date: 2017-02-02T02:14:36Z
Adding tests for ZkKeyBuilder
commit 1734f8f905cafb2b1416422ac8809da30c3a848b
Author: navina <[email protected]>
Date: 2017-02-03T18:51:14Z
Adding tests for ZkUtils
commit 6dd6b8d8e891540ee75f0db5966afe5e7f599dd0
Author: navina <[email protected]>
Date: 2017-02-04T02:43:12Z
Adding tests for ZkLeaderElector
----
> Implement Leader Election using ZK
> ----------------------------------
>
> Key: SAMZA-1082
> URL: https://issues.apache.org/jira/browse/SAMZA-1082
> Project: Samza
> Issue Type: Sub-task
> Reporter: Navina Ramesh
> Assignee: Navina Ramesh
>
> As mentioned in the design document in SAMZA-1064, we want to implement a
> simple ZK based Leader Election. We are using the standard Leader Election
> recipe as described here -
> https://zookeeper.apache.org/doc/trunk/recipes.html#sc_leaderElection
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)