ashvina commented on a change in pull request #2821: Update Dhalion dependency
version
URL: https://github.com/apache/incubator-heron/pull/2821#discussion_r178357054
##########
File path: heron/executor/src/python/heron_executor.py
##########
@@ -498,7 +498,7 @@ def _get_healthmgr_cmd(self):
"--cluster", self.cluster,
"--role", self.role,
"--environment", self.environment,
- "--topology_name", self.topology_name, "--verbose"]
+ "--topology_name", self.topology_name]
Review comment:
@kramasamy The hard-coded verbose was resulting in a noisy and big log
files. I will replace it with the runtime config options, possibly using the
dynamic config option @nwangtw has proposed in #2747
----------------------------------------------------------------
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