You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by kawamuray <gi...@git.apache.org> on 2016/06/02 06:54:00 UTC

[GitHub] kafka pull request #1460: KAFKA-3775: Throttle maximum number of tasks assig...

GitHub user kawamuray opened a pull request:

    https://github.com/apache/kafka/pull/1460

    KAFKA-3775: Throttle maximum number of tasks assigned to a single KafkaStreams

    Issue: https://issues.apache.org/jira/browse/KAFKA-3775
    
    POC. Discussion in progress.

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

    $ git pull https://github.com/kawamuray/kafka KAFKA-3775-throttle-tasks

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

    https://github.com/apache/kafka/pull/1460.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 #1460
    
----
commit fefe259b2c97bb1bbf14b572533ca74348651c0d
Author: Yuto Kawamura <ka...@gmail.com>
Date:   2016-06-02T03:46:51Z

    MINOR: Add toString() to ClientState for debugging

commit c4f363d32d9a496c0f4b4e66ee846429a2a2eda5
Author: Yuto Kawamura <ka...@gmail.com>
Date:   2016-06-02T03:51:34Z

    MINOR: Remove meanglessly repeated assertions in unit test

commit 3c173fa5d029277e5d1974c104d7e66939b5cd17
Author: Yuto Kawamura <ka...@gmail.com>
Date:   2016-06-02T03:55:10Z

    KAFKA-3775: Intorduce new streams configuration max.tasks.assigned
    
    This configuration limits the maximum number of tasks assigned to a single KafkaStreams instance.
    As a task consists of single partition for more than 1 topic, setting this value to lower is useful
    to prevent huge number of partitions are assigned to an instance which started first.

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request #1460: KAFKA-3775: Throttle maximum number of tasks assig...

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

    https://github.com/apache/kafka/pull/1460


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---