GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/188
SAMZA-1288: Add null check for sink OutputStream The logic to generate json for Sink operator does not check whether the output stream is null. This causes null pointer exception. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xinyuiscool/samza SAMZA-1288 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/188.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 #188 ---- commit ea4803c6d1e6a655940f9002ed1aece8999d5cd8 Author: Xinyu Liu <xi...@xiliu-ld.linkedin.biz> Date: 2017-05-11T19:54:34Z increase the plan graph size commit 725005ca99293ba8f6b96a3afd3884190d49c9ef Author: Xinyu Liu <xi...@xiliu-ld.linkedin.biz> Date: 2017-05-12T00:35:38Z Add null check for sink output stream ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---