KAFKA-4162: Fixed typo "rebalance"

Author: David Chen <mvjome@gmail.com>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #1853 from mvj3/KAFKA-4162

(cherry picked from commit c1bce2d757)
Signed-off-by: Ewen Cheslack-Postava <me@ewencp.org>
This commit is contained in:
David Chen 2016-09-14 10:38:40 -07:00 committed by Ewen Cheslack-Postava
parent 5a03416fe2
commit 068f93511a
2 changed files with 2 additions and 2 deletions

View File

@ -1027,7 +1027,7 @@ public class DistributedHerder extends AbstractHerder implements Runnable {
rebalanceResolved = false; rebalanceResolved = false;
} }
// Delete the statuses of all connectors removed prior to the start of this reblaance. This has to // Delete the statuses of all connectors removed prior to the start of this rebalance. This has to
// be done after the rebalance completes to avoid race conditions as the previous generation attempts // be done after the rebalance completes to avoid race conditions as the previous generation attempts
// to change the state to UNASSIGNED after tasks have been stopped. // to change the state to UNASSIGNED after tasks have been stopped.
if (isLeader()) if (isLeader())