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:
[email protected]


With regards,
Apache Git Services

Reply via email to