Github user zd-project commented on the issue:
https://github.com/apache/storm/pull/2743
stopTiming is only be called once (manually or via `#close()`) so far. I
think for extensibility we could have another implementation, say
`ConcurrentTimed<T> implements TimerDecorated`. I just don't see the need right
now.---
