You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2022/05/27 14:00:48 UTC

[GitHub] [incubator-heron] nicknezis commented on a diff in pull request #3830: Fix Update of topology

nicknezis commented on code in PR #3830:
URL: https://github.com/apache/incubator-heron/pull/3830#discussion_r883644429


##########
heron/tools/tracker/src/python/metricstimeline.py:
##########
@@ -84,7 +84,7 @@ async def get_metrics_timeline(
 
   # Form and send the http request.
   url = f"http://{tmanager.host}:{tmanager.stats_port}/stats"
-  Log.debug(f"Making HTTP call to fetch metrics: {url}")
+  # Log.debug(f"Making HTTP call to fetch metrics: {url}")

Review Comment:
   Lets either remove or put back the log statement. I assume this commit was by accident?



-- 
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: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org