-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Providing number of assignments by which the number of partiti…
…ons was increased (#263) The partition count you are increasing the partitions by should equal the actual size of the new partition assignments. This PR achieves this. For instance: old partitions count = 5 new partitions count = 11 increase in partitions = 6 the size of the new partition assignments ought to be be 6 also. Note: Random assignment is adequate here because the periodic runnable for maybeReassignPartitions runs the reassignment operation on an interval. Signed-off-by: Andrew Choi <[email protected]>
- Loading branch information
Andrew Choi
authored
Jun 4, 2020
1 parent
b103f3c
commit 5a29f11
Showing
2 changed files
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters