GitHub user zd-project opened a pull request:
https://github.com/apache/storm/pull/2740
Fixed startTime assignment to using Storm Time util.
Current implementation uses System.currentTimeMillis() instead of
Time.currentTimeMillis() to get state start time. This may create problem in
unit test as it uses simulated time controlled by Storm Time util.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zd-project/storm STORM-3129
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2740.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 #2740
----
commit 26e3d52ac80688b1cc991083e06d7c52985c4346
Author: Zhengdai Hu <hu.zhengdai@...>
Date: 2018-06-27T19:02:13Z
Fixed startTime assignment to using Storm Time util.
----
---