GitHub user benstopford opened a pull request:
https://github.com/apache/kafka/pull/1892
KAFKA-[TBD]: Make ReassignPartitionsTest System Test move data
The ReassignPartitionsTest system tests doesn't reassign any replicas (i.e.
move data).
This is a simple issue. It uses a 3 node cluster with replication factor of
3, so whilst the replicas are jumbled around, nothing actually is moved from
machine to machine when the assignment is executed.
This fix just ups the number of nodes to 4 so things move.
Tests pass locally.
There are runs pending on the two branch builders (#94, #551)
No Jira included as Jira is currently down. Will update.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benstopford/kafka fix_reassignment_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1892.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 #1892
----
commit 0327f1bc70ce37e1f82d519d2a3a95de0062e45a
Author: Ben Stopford <[email protected]>
Date: 2016-09-20T12:39:00Z
KAFKA-TBD: Tiny, but important, fix to reassignment test, which currently
doesn't reassign any data.
----
---
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.
---