Merge branch 'STORM-2782-squashed' of https://github.com/kevpeek/storm into STORM-2782
STORM-2782: refactor partial key grouping This closes #2395 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/82f7450c Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/82f7450c Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/82f7450c Branch: refs/heads/master Commit: 82f7450cc24f0953730d48dc0264a4df11283c57 Parents: 24ab227 d884f8a Author: Robert Evans <[email protected]> Authored: Mon Oct 30 10:25:06 2017 -0500 Committer: Robert Evans <[email protected]> Committed: Mon Oct 30 10:25:06 2017 -0500 ---------------------------------------------------------------------- .../storm/grouping/PartialKeyGrouping.java | 199 ++++++++++++++----- .../storm/grouping/PartialKeyGroupingTest.java | 66 ------ .../BalancedTargetSelectorTest.java | 64 ++++++ .../PartialKeyGroupingTest.java | 89 +++++++++ .../RandomTwoTaskAssignmentCreatorTest.java | 62 ++++++ 5 files changed, 366 insertions(+), 114 deletions(-) ----------------------------------------------------------------------
