apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 597 forks source link

healthmgr verbose log issue #2222

Open huijunw opened 7 years ago

huijunw commented 7 years ago

The _get_healthmgr_cmd() in heron-exectuor did not pass --verbose param to healthmgr. Thus the verbose cli arg is not reachable in setupLogging()

_get_healthmgr_cmd(): https://github.com/twitter/heron/blob/master/heron/executor/src/python/heron_executor.py#L426 setupLogging(): https://github.com/twitter/heron/blob/master/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManager.java#L233

nicknezis commented 3 years ago

Is this still an open issue or can we close it?