You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by prateekm <gi...@git.apache.org> on 2018/04/11 00:37:09 UTC

[GitHub] samza pull request #468: SAMZA-1643: StreamPartitionCountMonitor should only...

GitHub user prateekm opened a pull request:

    https://github.com/apache/samza/pull/468

    SAMZA-1643: StreamPartitionCountMonitor should only restart/shut down the job if partition count increases

    As an aside, also update the gauge to report current number of partitions instead of the change, since that's what its name indicates.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prateekm/samza partition-monitor-fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/468.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 #468
    
----
commit 5f120152c3ad36c80caebfff24925118e1a4ab7c
Author: Prateek Maheshwari <pm...@...>
Date:   2018-04-11T00:35:58Z

    SAMZA-1643: StreamPartitionCountMonitor should only restart/shut down the job if partition count increases

----


---

[GitHub] samza pull request #468: SAMZA-1643: StreamPartitionCountMonitor should only...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/468


---