GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2373
STORM-2607 1.1.x
Same as https://github.com/apache/storm/pull/2369 but for 1.1.x. The
changes since the 1.x branch are in the last commit. Will squash once reviewed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2607-1.1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2373.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 #2373
----
commit a1ffcb936336d71bdf3693108e33e92c8d2a88ef
Author: Rodolfo Ribeiro <[email protected]>
Date: 2017-06-29T15:06:20Z
[STORM-2607] Offset consumer + 1
commit ce6252e48b599e433a3fc63262624cbbb1926a10
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-07-01T15:29:56Z
STORM-2607: Switch OffsetManager to track earliest uncommitted offset
instead of last committed offset for compatibility with commitSync consumer API
commit e78f1869630bbf120000073646b9f103d1440cef
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-10-11T17:22:40Z
Backport to Mockito 1.x
commit 81e721d7cc0b626d85ed68311db4ce9cd82c7cd9
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-10-14T07:09:24Z
Fix spelling error in comment
commit 3f6efc1d24d1de07014101c746f1f1cf6149a9b2
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-10-16T18:26:38Z
Fix conflicts for 1.1.x
----
---