agresch commented on issue #3147: [STORM-3526]: Always override Login Config from System Property URL: https://github.com/apache/storm/pull/3147#issuecomment-543782576 1) Pacemaker calls ConfigUtils.overrideLoginConfigWithSystemProperty(ConfigUtils.readStormConfig()), basically duplicating the code. Can you fix this? 2) Worker calls ConfigUtils.overrideLoginConfigWithSystemProperty(ConfigUtils.readSupervisorStormConf(conf, topologyId)). Seems like we should add this to readSupervisorStormConf() as well?
---------------------------------------------------------------- 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
