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 2018/08/13 15:30:27 UTC

[GitHub] nwangtw commented on a change in pull request #2979: [healthmgr] refactor physicalplanprovider and topologyprovider

nwangtw commented on a change in pull request #2979: [healthmgr] refactor physicalplanprovider and topologyprovider
URL: https://github.com/apache/incubator-heron/pull/2979#discussion_r209650899
 
 

 ##########
 File path: heron/executor/src/python/heron_executor.py
 ##########
 @@ -506,7 +506,8 @@ def _get_healthmgr_cmd(self):
                      "--role", self.role,
                      "--environment", self.environment,
                      "--topology_name", self.topology_name,
-                     "--metricsmgr_port", self.metrics_manager_port]
+                     "--metricsmgr_port", self.metrics_manager_port,
+                     "--verbose"]
 
 Review comment:
   suggest moving this line to a separated PR.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services