GitHub user atoomula opened a pull request: https://github.com/apache/samza/pull/443
Fix BootstrappingChooser to compare offsets via systemAdmin offsetComparator to determine the end of bootstrap. Please note that I have replaced offset equality check with offsetComparator as the former was not being checked in BootstrappingChooser register() also. You can merge this pull request into a Git repository by running: $ git pull https://github.com/atoomula/samza bootstrap Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/443.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 #443 ---- commit e8e13eb857c58f8eebf7a2860eaf73fcf1c17107 Author: Aditya Toomula <atoomula@...> Date: 2018-03-09T22:41:22Z Fix BootstrappingChooser to compare offsets via systemAdmin offsetComparator to determine the end of bootstrap. ---- ---