GitHub user choojoyq opened a pull request:
https://github.com/apache/storm/pull/2756
STORM-3090 - Fix bug when different topics use the same offset for a
partition
This pull request contains the same changes from
https://github.com/apache/storm/pull/2726 that was merged in 1.x branch. As
there are some conflicts during cherry-picking of these changes into
1.0.x/1.1.x branch this pull request is created.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/choojoyq/storm STORM-3090
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2756.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 #2756
----
commit 2bebe35cd15cd814db1b1587add60a056a00672b
Author: Nikita Gorbachevsky <nikitag@...>
Date: 2018-07-06T17:32:50Z
STORM-3090 - use topic together with partition number during recreation of
partition managers
----
---