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 23:26:41 UTC

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

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


##########
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:
   There are too many logs during DEBUG, so it would be better to delete them.
   
   I guess I'll have to do something else later to reduce the DEBUG log.



-- 
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