mwkang commented on PR #8789: URL: https://github.com/apache/storm/pull/8789#issuecomment-4703997525
Thanks for the review! I've rebased onto master. I moved it to the long-based clock, mirroring the pattern #8788 introduced in HeartbeatCache: ``` long hbAgeSecs = Time.deltaSecsLong(lsWorkerHeartbeat.get_time_secs()); ``` The comparison semantics are unchanged (boundary age == timeout is still reported). The unit test was aligned to the long clock (Time.currentTimeSecsLong()) too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
