GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2452
STORM-2850 1.x
https://github.com/apache/storm/pull/2451
Will squash before merge. Only changes are replacing Mockito 2 with Mockito
1 in the test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2850-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2452.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 #2452
----
commit 149e283c344708e0045c2ec113f597c2e7e110a4
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-12-08T11:44:44Z
STORM-2850: Make ManualPartitionSubscription call rebalance listener on
revoke hook before assigning new partitions to the consumer
commit f16f720af418b435e4a922ffe4175732bc182c54
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-12-10T14:48:00Z
Backport to Java 7/Mockito 1
----
---