GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/660
Samza 1832 - Fix race condition between StreamProcessor and SamzaContainerListener You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharathkk/samza samza-1832 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/660.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 #660 ---- commit 8af1d28a28672aa07504564172acf65d5e5df05f Author: bharathkk <codin.martial@...> Date: 2018-09-24T23:39:42Z Fix race condition between StreamProcessor and SamzaContainerListener commit 3653abd786b0d280f61db5f9d965415c8d193a8c Author: bharathkk <codin.martial@...> Date: 2018-09-25T17:27:03Z Fixed additional tests and reverted unnecessary changes commit d954b90eea8098bdaa86601b76b832ce27d39816 Author: bharathkk <codin.martial@...> Date: 2018-09-25T22:07:39Z Cleaned up log statements and minor edits commit 638d22208c6068a6a056f73dec20eb6b6df1025e Author: bharathkk <codin.martial@...> Date: 2018-09-25T22:27:56Z Fix checkstyle errors ---- ---