GitHub user dnishimura opened a pull request: https://github.com/apache/samza/pull/298
SAMZA-1414: SamzaContainer log statements incorrectly expect containerId is a number Correctly log ID as a string in SamzaContainer. @jmakes You can merge this pull request into a Git repository by running: $ git pull https://github.com/dnishimura/samza samza-1414 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/298.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 #298 ---- commit d83cf3ab499a0ca339d2801a36ee18f2ddf15588 Author: Daniel Nishimura <dnishim...@gmail.com> Date: 2017-09-19T20:53:00Z Correctly log ID as a string in SamzaContainer. ---- ---