GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/2429
KAFKA-4677: Avoid unnecessary task movement across threads during rebalance
Makes task assignment more sticky by preferring to assign tasks to clients
that had previously had the task as active task. If there are no clients with
the task previously active, then search for a standby. Finally falling back to
the least loaded client.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka kafka-4677
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2429.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 #2429
----
commit a7bb5f5feccb337aea92262abce4648c09b39943
Author: Damian Guy <[email protected]>
Date: 2017-01-24T17:00:53Z
sticky task assignor
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---