[
https://issues.apache.org/jira/browse/SAMZA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257775#comment-16257775
]
ASF GitHub Bot commented on SAMZA-1482:
---------------------------------------
GitHub user nickpan47 opened a pull request:
https://github.com/apache/samza/pull/363
SAMZA-1482: add config documentation for auto-restart/fail behavior o…
…n partition count changes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickpan47/samza partition-change-docsite
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/363.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 #363
----
commit 7c9f326c86a3eb3ca160d81ec85a3c111f557c86
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2017-11-17T23:44:20Z
SAMZA-1482: add config documentation for auto-restart/fail behavior on
partition count changes
----
> Restart or fail Samza jobs in YARN when input topic partition changes
> ---------------------------------------------------------------------
>
> Key: SAMZA-1482
> URL: https://issues.apache.org/jira/browse/SAMZA-1482
> Project: Samza
> Issue Type: Bug
> Reporter: Yi Pan (Data Infrastructure)
> Assignee: Yi Pan (Data Infrastructure)
> Fix For: 0.14.0
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Currently, after a Samza job is started, it works only on a set of fixed
> input topic partitions at the start-up time. When input topic partitions are
> expanded, we often lose the messages sent in the new partitions, until we
> restart the job.
> SAMZA-882 added a input stream partition count monitor inside the
> JobCoordinator. This ticket is targeted to use this monitor metrics and
> trigger the following actions in YARN:
> # for stateless jobs, shutdown the JobCoordinator w/ UNDEFINED status code
> s.t. YARN will restart the whole job
> # for stateful jobs, shutdown the JobCoordinator w/ FAILED status code s.t.
> YARN will stop the whole job
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)