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 2019/06/12 20:25:15 UTC

[GitHub] [incubator-heron] rohanag12 opened a new issue #3287: Some components do not properly override config

rohanag12 opened a new issue #3287: Some components do not properly override config
URL: https://github.com/apache/incubator-heron/issues/3287
 
 
   The Heron executor reads statemgr locations from the `statemgr.yaml` config file, but it does not read overrides from `override.yaml`. This causes it to connect to the wrong statemgr if a topology relies on the override config file.
   
   The same applies to metrics manager. It picks out certain config from the override config, but ignores some important ones (like the list of metrics sinks to use).
   
   Is this by design? If so, what is the reasoning behind it?
   If not, can I submit a patch to make these components properly override config by reading from `override.yaml`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services