Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/1832
  
    @hmcl I gave updating Time to support nanoseconds a shot. Not really sure 
I'm happy with it, since it requires that we also switch the current 
millisecond support over to using System.nanoTime (System.nanoTime and 
System.currentTimeMillis are not on the same timeline, and are incomparable). 
    
    If we're going to keep this change, Time.currentTimeMillis should be 
changed to a different name, so it doesn't imply that it's the same as 
System.currentTimeMillis.
    
    @revans2 Do you have an opinion on nanosecond support in `o.a.s.u.Time`? 
(asking because you have a number of commits on the Time file)


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to