huijunw commented on a change in pull request #3190: Change tmaster/stmgr
uptime granularity to be 1 second
URL: https://github.com/apache/incubator-heron/pull/3190#discussion_r255271863
##########
File path: heron/stmgr/src/cpp/manager/stmgr.cpp
##########
@@ -244,12 +250,13 @@ void StMgr::CheckTMasterLocation(EventLoop::Status) {
}
}
-void StMgr::UpdateProcessMetrics(EventLoop::Status) {
- // Uptime
+void StMgr::UpdateUptimeMetric() {
Review comment:
UpdateUptimeMetric() is called 60 times every min, UpdateProcessMetrics() is
called every min.
is it overlap 1 in every 60 times?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services