GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2374
STORM-2779 NPE on shutting down WindowedBoltExecutor
* waterMarkEventGenerator could be null when timestamp field is not
specified
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2779
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2374.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 #2374
----
commit e69fbc51ada2fd542d717bbd7623c39f4f6a1cb8
Author: Jungtaek Lim <[email protected]>
Date: 2017-10-17T03:40:48Z
STORM-2779 NPE on shutting down WindowedBoltExecutor
* waterMarkEventGenerator could be null when timestamp field is not
specified
----
---