GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/2254
KAFKA-4537: StreamPartitionAssignor incorrectly adds standby partitions to
the partitionsByHostState map
If a KafkaStreams app is using Standby Tasks then `StreamPartitionAssignor`
will add the standby partitions to the partitionsByHostState map for each host.
This is incorrect as the partitionHostState map is used to resolve which host
is hosting a particular store for a key.
The result is that doing metadata lookups for interactive queries can
return an incorrect host
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka KAFKA-4537
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2254.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 #2254
----
commit a29f74642cecb1722bbd785d42c2b0782d01c9d3
Author: Damian Guy <[email protected]>
Date: 2016-12-14T11:53:42Z
dont assign standby tasks to partitionsForHostState
----
---
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.
---