Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2314
I agree, we should use long for time unit parameters.
A decent way to make clear that timestamps are in milliseconds is to name
the relevant variables so it is obvious, e.g. `timeMs` instead of `time`.---
