GitHub user rmatharu opened a pull request:
https://github.com/apache/samza/pull/872
StandbyTaskGenerator interface and a BuddyContainerBased implementation
This PR adds
* StandbyTaskGenerator that is used to populate StandbyTasks once the SSP
and TaskName groupers have generated a TaskModel,
* A BuddyContainerBased implementation of this generator that generates
standby tasks and groups them into all-standby-task buddy-containers.
* Tests for StandbyTaskGenerator.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmatharu/samza standbygenerator
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/872.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 #872
----
commit b42e65c4b1bc98c364abc95a8226e4215ad6f388
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-04T19:04:30Z
Adding basic standby generator
commit 4ef378da7d4123b00e8df54d437d40caa31ed3a0
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-05T01:36:21Z
Adding standbytaskgenerator that uses prefixed tasknames, and suffixed
container ids
commit b68312fc2fd7ca461c8e06153c78e90e9d6f4260
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-05T02:11:22Z
Adding config for replication-factor and renaming configs to
task-replication-factor
commit 9cc0e0db0fbddf32f7944bda80188e5c4780c998
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-05T06:15:23Z
minor
commit be03b7f497186833b015cb1e2aff91285d321b68
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-07T21:57:04Z
Minor
commit a6c8c1852dd895788703cdac7c79fcfdb3deac4a
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-09T00:15:40Z
Adding comments and documentation
commit bd674aa8283dcc4dde0f421be789fb44199c5ce0
Author: Ray Matharu <rmatharu@...>
Date: 2019-01-09T01:21:54Z
Adding test for standbytask generator
----
---