snleee commented on a change in pull request #4278: Add OfflineSegmentIntervalChecker to PeriodicTasksIntegrationTests URL: https://github.com/apache/incubator-pinot/pull/4278#discussion_r290953802
########## File path: pinot-common/src/main/java/org/apache/pinot/common/metrics/ValidationMetrics.java ########## @@ -246,4 +247,13 @@ public void unregisterAllMetrics() { _metricNames.clear(); _gaugeValues.clear(); } + + @VisibleForTesting + public long getValueOfGuage(final String fullGuageName) { Review comment: thanks for the catch. I fixed this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org